Telerik Forums
Test Studio Forum
1 answer
77 views

Hi,

 

I am Vimala, I am trying to export all the names of the scripts created in the telerik test studio but I am unable to do it.Please kindly suggest me how can I do it.

 

 

Thanks & Regards

Vimala Padakanti

Elena
Telerik team
 answered on 09 Apr 2020
1 answer
106 views

In the past I could download the test steps description by:

Selecting a completed test run on the Results page

Opening one of the scripts from that result to display the steps

Export to Excel would download in .xls format the step number, description, result, and failure info

Today that same export only downloads in .xls format the step number, result, and failure info

I need to capture the description for each step for my archive

Plamen Mitrev
Telerik team
 answered on 06 Apr 2020
11 answers
73 views

My Test Studio step is entering test into an input with knockout data binding. Input is updated on screen but view model is not populated by knockout data binding. I tried to turn on SimulateRealTyping and clicking on element before entering text. It didn't help. What's the best way to use Test Studio steps with knockoutjs?

Here's my element:

<input class="form-control" data-bind="value : PolicyNumber" for="Policy Number" name="PolicyNumber" type="text" title="">

Plamen Mitrev
Telerik team
 answered on 26 Mar 2020
4 answers
99 views

Hi all!

Is there a official way to migrate tests from Silverlight applications to a equal build WPF application? (Presuming the UI items are located on the same place with the same name).

Are there any dependencies or snares, which would prevent me from migrating the tstest files to WPF by hand?

Has anybody know-how in this type of migration?

Roberto
Top achievements
Rank 2
 answered on 20 Mar 2020
3 answers
112 views
Is it feasible to automate progress ui application(s) using Test Studio? Does Test studio offer native interaction/ add-on(s) to automate progress application?
Plamen Mitrev
Telerik team
 answered on 20 Mar 2020
6 answers
139 views

    When attempting to use the CommandLineClient (first time ever), on the scheduling server, in hopes to distribute tests across our 3 "runtime" servers I get the following error.

 

Telerik.TestStudio.Services.Common.Exceptions.SourceControlNotReachableException: Unable to reach source control server at: <our team's repo>
Command I'm running - Telerik.TestStudio.CommandLineClient.exe -l "C:\xxx\yyyy\Dev_Smoke.aiilist" -u"http://vm-01:8009" -d

 

I'm able to connect to our repo from the server I'm trying to execute this on... with the same user that's trying to execute.

What can I do to help troubleshoot this?

 

David
Top achievements
Rank 1
 answered on 13 Mar 2020
1 answer
81 views

Hello,

I'm sort of confused why there are two CLI with test studio.  When am I suppose to use which?

It appears I can distribute tests using the command line client but not artoftest runner.  On the other hand the command line client doesn't accept setting overrides.

Why not combine both and get all the features in one common CLI?

Plamen Mitrev
Telerik team
 answered on 11 Mar 2020
1 answer
176 views

So, we're moving into the cloud finally (Azure specifically), and while I did read through https://docs.telerik.com/teststudio/advanced-topics/build-server/azure-devops, I was a little disappointed to find that it recommends using a full blown VM for the test runners instead of something more ephemeral like a Docker container that hosts the ArtOfTest agent and then could be used on a more consumption / burst based model instead of having to being up all the time even when it's not doing anything.

Has anyone done anything like this?  Would it be possible to set this up at all using a Windows Server base image (Nano or Core - Nano preferably as it's so much smaller)?

I'll probably give this a shot over the next couple of weeks, but wanted to see if someone had already tried this path and had some tips (or landmines to avoid).

 

Thanks!

Brandon

Plamen Mitrev
Telerik team
 answered on 10 Mar 2020
6 answers
65 views

I am currently using test studio with a product that displays multiple camera feeds split into a 3x3 grid. When ever I load the product with the recorder on Test Studio pops up 9 recorder menus each attached to the 9 camera feed windows. I am new to this software, so I apologize if I am missing something obvious, but where do I go to have it only display one recorder menu?

Thank you!

Chris
Top achievements
Rank 1
 answered on 06 Mar 2020
6 answers
183 views

Is there a way to configure a Test Studio project to use certain TFS credentials when it gets the latest tests from source control?

I am running Test Studio tests in a different domain than the TFS server. It appears that that it uses the credentials of the Telerik Test Studio Runtime service account (tst\teleriksvc) when talking to TFS. These credentials, of course, are not valid since the service account is in a different domain than the TFS server.

My project is setup as follows:

  • The project logged in TFS using generic TFS credentials (dev\teleriksvc) that we setup for the Telerik service account to use.
  • Attached the project to source control.

We plan to execute test lists using CommandLineClient. We tried executing the tests with various configurations, but all of them result in an error saying the credentials are invalid for TFS. From the CMD stack trace:

Telerik.TestStudio.Services.Common.Exceptions.SourceControlNotReachableException: Unable to reach source control server at: http://devtfs.dev.com:8080/tfs
   at Telerik.TestStudio.Shared.Communication.BaseCommunicationLayer.<CheckForKnownResponseCode>d__35.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Telerik.TestStudio.Shared.Communication.BaseCommunicationLayer.<HandleResponse>d__33.MoveNext()
--- End of stack trace from previous location where exception was thrown ---

....

We tried the following:

  • Executed the test list with no additional configuration.
  • Logged into TFS using dev\teleriksvc in browser. Execute test list.
  • Modify the Telerik Scheduling Service account to "dev\teleriksvc" as noted here. I was unable to set updated account and received an error stating: "Error 1057: The account name is invalid or does note exist, or the password is invalid for the account name specified." I'm guessing this is a result of there not being an Active Directory Domain Trust between dev and test domains.
  • Modified the project's setting.aiis file in the following way:
    • Set "TfsUserName": "teleriksvc" and "dev\\teleriksvc" and "dev\teleriksvc"
    • Set "TfsPassword": "{our password}"
    • Set "TfsDomain": "dev" and "" (empty)
    • I tried various combinations where the TfsUserName also includes the domain and where the TfsDomain is blank. None of these worked. What is the purpose of these configuration values if they don't work?

I tried running the CommandLineClient after each change noted above, and it resulted in the same stack trace error. If we remove the TFS integration with the project, the test list runs as expected using the CommandLineClient.

Ultimately, we simply want to provide the TFS username/password so that our service account provides those credentials instead of the credentials of the service account. How do we make this happen?

Elena
Telerik team
 answered on 06 Mar 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?