Hi ,
I have some tests added to my test list. When I try to run the test list, it opens the browser (chrome) and says "Extension loaded". But after that it is not navigating to my webpage...
=> So basically the first test is in "No run" and I couldn't find any logs for it..
I am wondering , the problem is with the extensions loaded ? or Should I have to do some settings for the test list ?
Could you please help me out on this.?
Regards,
Nithya A.

Hi i have a case where a partner is using a Progress openedge windows application against an Appserver.
They need to perform some bench to load several transaction to be able to give some vision about sizing when the number of users increases.
For now i suggested to use our Progress OpenEdge PASOe server (based on Apache Tomcat) to ba able to have a HTTP connection from the windows based application to the Application server.
I would like to know if we can use this configuration with teststudio to :
- track some traffic between the client and the Apache Tomcat server
- review the traffic and change some aspects
- run load testing using such informations to simulate a number of user running some similar transactions
Do we have any experience using Teststudio outside a context of a web application ?
Regards

Does anyone have a walkthrough or method they'd like to share on getting Test Studio to work in a Release using VSTS.
I'm using Test Studio with the Visual Studio plugin and creating the Tests in VS.
I'd like to build the projects( on build server) then using a release pipeline set up the environments dbs etc then run the built Test Studio project against it (using vstest.console??) and return the failures.
There seems to be a lot of different ways to do this in articles on line, a lot for older versions some that just dont seem to work.
Telerik Test Studio version 2019.
Visual Studio 2017 Enterprise.
Any help appreciated.

Hello everyone. I'm fairly new to the Automated Testing world (and tech world) and was hoping I could find some assistance here. I'm demo'ing Test Studio for the company I work at, and I like it a lot so far. The one issue I've run into is this.
I'm trying to have Test Studio test each drop-down selection on a certain page of our website. For example, I want it to select Alabama (the first state in our drop-down), and then after select the first county in the drop down. I'd essentially want it to loop through the counties so it tests each county to ensure the data for it loads. Is there a way for this to be done? Any help would be greatly appreciated! And please let me know if more information is needed (did my best to explain the situation).

Hi,
I'm trying to add step inside a test which basically takes a list of ids from a data source, iterates through each record where it would concatenate the data source value (id) to a url query string navigate to it, and then repeat this step for the next iteration after verifying the address was valid.
So far I've created the test, I've added a sql data source, bound the data source to my test, where data source is a list of guid ids'.
As part of the test I've added a 'Navigate to' step, added the Navigate Url and bound the data source to the NavigateUrl field (see boundfield.png)
The failure report reads
"Unable to resolve to an absolute URL: '9706a3f2-27d9-40af-aedb-0000286ab5ea'.
Unable to resolve to an absolute URL: '9706a3f2-27d9-40af-aedb-0000286ab5ea'."
the application log is attached
Could you please help with this scenario.
Thank you


Background: A mobile application has been created in-house (Xamarin). I'm creating tests, in TS Mobile, for testing this app.
I'm able to successfully navigate through and record steps in the first screens (entering Login, entering Verification Code, and entering New Password and it's confirmation).
After entering new Password and it's confirmation, a popup window appears stating "Your password was changed". The OK button in that popup window must be selected, in order to move on to the Rights and Responsibilities screen.
Issue: I'm unable to record the tap within this popup, nor the tap on the OK button. How do I capture steps (actions) within the popup? The OK button must be selected in order to move on to the next screen.

Hi,
My set up is as follows.
Machine A) my local machine - client machine for test studio
Machine B) VM - Storage Service, Scheduling Service, Execution Service
All components seem to be able to see each other, but running a list remotely from my local machine throws and error relating to the access of the Storage Service.
I get the following error message
"Running test list failed internally due to an unhandled error", the log entry for this is as follows
"[04/30 11:47:06,Telerik.TestStudio.Desktop.exe(13464:1),TestStudio] StorageUploader.UploadToCloudAsync() : ------- Function Start -------
[04/30 11:47:09,Telerik.TestStudio.Desktop.exe(13464:23),Error] CloudStorageSession.SendRequestAsync() : Send to Storage failed: An error occurred while sending the request.
[04/30 11:47:09,Telerik.TestStudio.Desktop.exe(13464:23),Error] CloudStorageRepository`2.All() : Response is null due to a hardware connnection error."
So it seems there is an issue connecting to the storage service - this can be further backed up by looking into the Mongo dB - See attachment. "RoboDatabaseStructureMissingDataBase.PNG" where there is no "TSStorageData" database.
So far I have tried everything I can find under similar issues - restarting the services, dropping the database, using fully qualified address for services.
I can run test lists locally.
All settings - see attachments - seem to be as should be.
All version are the same.
The firewall on the vm is turned off.
The security protection in azure (which hosts the vm) has been opened for all ports,
I can connect my client to the remote scheduling server.
I'm at a loss - could you please help to resolve this issue
Thank you.

I have a solution in Visual Studio 2017 which contains two projects. One project holds the files for a Sitefinity site, the other is a Test Studio Project which holds a single test. See attachment for visual.
I created this test using the Visual Studio Plugin, and then saved the files to Bitbucket Source Control.
I then opened up the desktop version of Test Studio and tried to follow the steps to open a project from Source Control, but I am getting an error that says "No Project found"
In the desktop Test Studio, when I go to open from Git, the sample URL is "http://github.com/path/repo.git" so I entered https://bitbucket.org/smoothfusion/000-168-sitefinitydemo.git as my URL. Then I select a local folder that is separate from where I have the Visual Studio Project stored. Then I click connect and wait a while. I get a message saying "Connection to remote repository successful!"
Then I click Ok, then I get an error saying "No Project found"
Am I doing something incorrectly?

Hi I am new to Telerik test studio and our team is interested in this product to automate our Silverlight Application.
Today I use Telerik test studio to create a simple web test to record our Silverlight UI, but it doesn’t work often for the right click.
Simple scenario:
I create a simple test and run it several times and it works. Later, I run it again. It fails. I even set up the time stamp to allow it to have much time to do the right click, but it doesn’t work and the test fails due to “element not found” .
I find Telerik test studio can generate C# code and I run it again. The same issue happens.
Is there any way to investigate this right click issue?
Thanks,
