
Due to having to await a 2nd URL to load, I am being forced to add a 60 second WaitforExists against an element. The variable against the step are;
CheckInterval; 500
Exists; ticked
IsWaitOnly; ticked
Pause; None
StepTyoe; Wait
SupportsWait; ticked
Timeout; 60000
However, although there is a CheckInterval, the 'continue' for the task is not kicking in until after the full 60 seconds has elapsed.
Is there something I am missing, or should I try a different 'wait' command?

So I'm just editing away on test lists, tweaking things, then out of the blue I get Storage Service Unreachable after acknowledging the Upload To Storage prompt. What does this mean? These particular test list are not scheduled yet, I'm just adding tests to them and crafting the settings.
TS shows all services running normally. Re-applying all the settings on Configure Test Studio Services does not help. Exiting and restarting TS does not help.


Current Environment setup for a customer facing website that retrieves data from our internal application with proper permissions.
Dev site connected to Dev database
QA site connected to QA database
UAT site connected to UAT site
Each of the above sites are connected to our internal site and all have different data. No data base shares the same data.
We've just started using Test Studio and I've created a few tests for just navigating through the site to verify pages are all loading. Now it's time to do something a little more complex like searching for an item in a specific status.
So there is a single test case currently - 'Batch cancelled status'
I have it connected to the QA SQL data base so that when the test runs it will find a set of items that I want per the TSQL written. Works great, no issues.
Now I want to use that same test for Dev and UAT, preferably without having to create two more test that are identical other than the database connections. I don't want to have to maintain 3 sets of tests for each of the many situations we have for various scenarios in many different status. This could become a nightmare when changes to the site will eventually be made.
Any advice on this topic would be greatly appreciated. Thanks!

What is the scope that we can record the script on the edge browser? (As we can configure the edge as extra browser and run the script on the same)

If I am the developer of the script and developed the complete suite and then create a package and handed over to someone to execute the same.Is it possible?
Does that another person need to have license to run the same?

Is it possible to develope script from scartch with recording it?
Also how can we skip the recorded script data while running it?(I have already tried by giving the test data but it first try to execute with the data which was given at the time of recording)


Hi all,
I am currently facing issue to automate selecting drop down option after entering text into Kendo drop down filter for ASP.NET MVC and jQuery.
In recording the test case, I successfully entered text into the drop down list filter and select filtered option accordingly.
However, when I executed the test case, the options will not be filtered based on the entry and the option is not selected as per recorded.
So I tried to turn on the "SimulateRealTyping" setting in the test step.
When I executed the test case again, there were no texts entered into the drop down filter at all.
The problem is found in AUT. To reproduce the issue, I tried it on the Kendo Demo page.
Please find in the attachment is the recorded test case with the following scenarios:
1. Click on drop down list and enter "chang" into the filter with NO "SimulateRealTyping"
2. Click on drop down list and enter "aniseed syrup" into the filter WITH "SimulateRealTyping"
I tried to see if I do keypress "Down" after entering text into filter will help to select filtered option correctly, but it still failed to do so.
Is this issue related to the translators available in Test Studio at the moment?
Can anyone help to solve or advise on this issue?
Thank you in advance.
Regards,
Yan Jun
