I have a tree which loads all its items (with the exception of the root nodes) dynamically. When I record a test (Web Test) using Test Studio, the recorded 'expand click' shows up as a 'click' on a 'span' element. When I then execute the test, the click never happens.
What am I doing wrong?
Matt


Hello,
earlier I used to only IE for my tests.
A few days ago I tried to run my tests on Chrome and Firefox and found that they were slower. More time is required to execute them. For example, the same test list takes 28 seconds on IE but 77 seconds on Firefox and 72 seconds on Chrome.
Please, could you help to fix this problem? What reasons are for this behavior?
I use Windows 10 x64, TestStudio v2017.3.1206.0, IE 11.483.15063.0, Chrome v63.0.3239.108 (64bit), Firefox v57.0.2 (64bit). For Chrome and Firefox the latest extentions are installed.

Hi,
Need a little help on the issue i'm having. I have a script that is based on iteration and the flow is something like this :
1) Launch site
2) Go to a sub site based on a url (Excel Data Driven)
3) Gets total count of objects in the page and compares that information with data in another sheet of excel.
4) Wait for 5 second
5) Coded step to close the browser.
6) Step 1 to 6 repeats for the second iteration (second sub site in Excel sheet)
7) Process repeats until all the sub site are browsed.
During the first iteration, the scripts executes without failure.
The issue i'm having however is, during the second iteration, step 4 and step 5 is not being executed and Test Studio skips directly to step 6. For some reason, step 4 and step 5 is skipped.
I've attached the Test Studio Test Runner log image. As you can see, iteration 2 completes even tough step 4 and step 5 is not executed.
Many thanks in advance,
Best Regards,
Pravin
praja@orsted.dk

Hi, I am fairly new to coding. I am trying a very simple scenario but it's not working so need your assistance.
My scenario is i am on Pre-Login page which contain 3 fields Id, Password & Submit respectively. Now i want to fill ID via coded step. The code which i write is
object myid = GetExtractedValue("Username");
string myid = "rahul.pathak@bcdme.com";
SetExtractedValue ("Username", myid);
My expected result is if i run till this step. ID will be filled by itself. Instead i am getting "Build Failed".

I am constantly getting the following message in my event logs from the ExectionManagerService
[03/28 20:00:07,Telerik.TestStudio.ExecutionManagerService.exe(3900:99),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[03/28 20:00:07,Telerik.TestStudio.ExecutionManagerService.exe(3900:99),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Windows\system32\config\systemprofile\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
However when I go to look for the location the folder does not exist. I was under the impression that the Job Storage location was actually
C:\Windows\SysWOW64\config\systemprofile\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
Is there a way to resolve this incorrect location it thinks my Jobs are being stored in? WHen I get this error my remote and scheduled execution does not run.

Hello, Our admins installed a few patches on our remote server last night, and while we have upgraded out test studio to 2018.1.418.0 we are still running Robomongo 0.8.5, our MongoDB is offline and I am unable to start the service. I receive the following errors:
2018-04-24 11:28:47: Settings saved to: C:/Users/atestadmin/.config/robomongo/robomongo.json
2018-04-24 11:28:47: Connecting to localhost:27017...
2018-04-24 11:28:48: connect failed
2018-04-24 11:28:49: can't connect
Regards,
Lisa

Is it possible to create transaction names for each of your specific user processes and have those response times captured during a load test? Seems like all I can capture is server data etc but not transaction data. I am new to load testing in test studio so please keep that in mind. Thanks in advance for any suggestions/direction you can provide.
Mark

Currently I am using my own machine to write test case using Telerik Test Studio,
and I setup 2 Virtual machine at within the same network subnet IP address, in order to test the "Run test remotely" functionality.
So I have machine: TestRunner1 and TestRunner2
The scheduling server and data services i Setup on TestRunner1 as well.
I wrote 4 test cases, and put them into 2 test lists, eg: TestList1 = 2 test cases, TestList2 = 2 test cases
Sometimes when i run certain test cases on either one of the TestRunner machines, the test cases hangs and then TestRunner machine stays at "Busy" state, but I see that nothing is running on the machine using remote desktop. But sometimes the test lists pass successfully.
The "distribute test lists" also never works well, none of the test lists being executed, and both TestRunner machines stays at "Busy" state.
Need some help, my company is evaluating this product and we need to run on probably 200-300 Test Runner machine at same time.

Hi ,
I have an Agreement pdf file which is displayed on a new window,once i click on a link (with property of an button). I am not able to close that window as it is not detecting. Because of this new window , the old window steps are failing .
Can you please help me with it .
Thanks,
Noorain
