Telerik Forums
Test Studio Forum
5 answers
247 views

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.

Elena
Telerik team
 answered on 22 May 2019
3 answers
245 views

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).

 

Plamen | Lead Technical Support
Telerik team
 answered on 22 May 2019
6 answers
366 views

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 

 

 

 

 

 

 

Elena
Telerik team
 answered on 09 May 2019
8 answers
244 views
I have a machine with the Test Studio run time license installed. I was able to run the regular test scripts just fine. However, when I attempted to run the performance test scripts on that machine, it failed. Any idea what may be causing it?
Plamen | Lead Technical Support
Telerik team
 answered on 09 May 2019
1 answer
104 views

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.

 

Plamen | Lead Technical Support
Telerik team
 answered on 08 May 2019
4 answers
304 views

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.

 

 

 

 

Elena
Telerik team
 answered on 03 May 2019
5 answers
400 views

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?

 

Plamen | Lead Technical Support
Telerik team
 answered on 02 May 2019
10 answers
365 views

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:

  1. Login to UI
  2. Search the address and press enter key
  3. Right click the location inside the triangle area

 

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,

Elena
Telerik team
 answered on 01 May 2019
11 answers
483 views
I have created test in Test Studio. Then I want to modify it by MS Visual Studio, I create new empty Telerik Test in VS and merge it with previously created Test Studio project (but don't merge Pages.g.cs) file.
Then I add files from Test Studio test to VS project.
Now I can't compile project because following error:
Error    1    The item "Pages.g.cs" was specified more than once in the "Sources" parameter.  Duplicate items are not supported by the "Sources" parameter.    1959_ImplementWorkflowBindContactAndAccount


How could I fix it?

How I should do merging correctly? Step by step instructions are welcome.
Elena
Telerik team
 answered on 01 May 2019
3 answers
242 views

Hi,

I am using Test Studio Ultimate and just wondering if there's a way to verify Word document contents.

Thank you very much!

 

Regards,

Angie

Plamen | Lead Technical Support
Telerik team
 answered on 30 Apr 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?