Is it possible to shorten an extracted DataBindVariable so that I can use the shortened variable to verify another step?
For example, if I extract "Example :::: Test" from a page to a DataBindVariable, am I able to create a new DataBindVariable that is shortened to only "Example" that I can use to verify another part of the page in a later step?
Thanks.
I have two separate pages, how do I check if the value in one input matches the value of another input on a different page
Good morning,
We are using the Telerik Test Studio version 2017.1.207.0. When we try to record some actions of our Desktop application we got an error.(Attached in the thread). The error is raised at the begining of the execution, when our application is running the splash window.
About our application: We are using Visual Studio Team Service. It is a desktop application programmed in .NET (C#)
Do you know which could be the problem?
Thanks,
Best regards
Hi,
I have ran performance test for a test case, next day trying to retrieve the result of last run performance test. But unable to get the result. For retrieving last run's result have to rerun the test test case. So is there any way to get the performance test result without running it again ? Please help !
Thanks
Running tests, sometimes Chrome says that one or more browser extensions are missing, the screenshot is attached. I installed all the extensions needed initially and this problem occurs 1/5 runs in total. It just happens. Randomly. I tried to disable->enable the extensions, tried to reinstall them, I even tried it on both my virtual and physical machines. Test Studio's version is 2017.1.2017.0.
What's also interesting - it didn't occur before within the same project, I assume I started seeing this problem with the latest Test Studio version.
Nothing helped
Hello,
I have been trying to get a workflow to work, but it isn't able to find a button element because its id gets changed to a random assortment of strings each time you navigate to the page. I have tried to edit the way it searched for the HTML, but I have had no progress. Maybe I am doing something wrong?
Also, the button is in some sort of alert dialogue, but the test studio doesn't recognize it as an alert dialogue ( I tried the 'handle dialogue' step ).
Anyway, any insight would be greatly appreciated.
Thank you,
Max G
The website we’re testing requires user logins and does not allow for concurrent logins with the same user. We use data binding for a login function that is called using “test as step” for each test. Each member of the team has our own XML file in our \Data directory with the correct username/pw data to use so that we can all run tests at the same time and not interrupt each other's logins.
What I’d like to do is run a number of remote execution servers to increase the speed in which we can test a build. However, when scheduling tests the remote execution server will use the XML file that’s on the system of whoever schedules the test run, so if they try to run on multiple execution servers at once they will fail as they are all trying to login using the same user and are constantly kicking each other out of the system.
The solution to this seems to be to use a coded step to swap in a new XML file before each test as detailed here:
http://docs.telerik.com/teststudio/knowledge-base/data-driven-testing-kb/dynamic-data-binding
I wanted to check to see if this is still the recommended method to accomplish this task before implementing it across our systems.
Another thought I had was to bind the login test to a file outside the data directory (for example, c:\logins) but I don’t see a way to do that.