Telerik Forums
Test Studio Forum
2 answers
114 views

I am evaluating this software now,

My Web System.tstest is part of the shared test in another test.

It works OK when i run locally, but when i run remotely using scheduling services and another test runner, then prompt this error.

InnerException:

System.IO.FileNotFoundException: Unable to find test 'Login & Logout\My Web System.tstest'
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteTestInCurrentContext(String relativeTestPath)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.ExecuteTestActionDescriptor.Execute(IAutomationHost autoHost, TestAsStepResult result)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
------------------------------------------------------------
'4/7/2018 7:49:56 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'4/7/2018 7:49:56 AM' - Overall Result: Fail
'4/7/2018 7:49:56 AM' - Duration: [0 min: 2 sec: 361 msec]
------------------------------------------------------------
'4/7/2018 7:49:56 AM' - Test completed!

 

 

 

Daniel Djambov
Telerik team
 answered on 12 Apr 2018
1 answer
437 views

I spend 3 hours to debug this problem.

I change some element page "Friendly name", and things start to screw up when run the test remotely. Everything is working fine in local tests.

I have no choice, but the uninstall the mongodb, remove all the mongodb files, and reinstall the entire storage services (with mongodb back). And everything is working fine after that.

Compile failed: c:\Users\Administrator\AppData\Local\Temp\2\TSProjects\d3044404-1123-4459-97ff-a78e64d83e16\Please Review Project\New UI\PR-T107 Create Multiple Comments & Verify Content (Stable).tstest.cs(72,19) : error CS1061: 'Area51Project.Pages' does not contain a definition for 'Review1hIOpTZmK0' and no extension method 'Review1hIOpTZmK0' accepting a first argument of type 'Area51Project.Pages' could be found (are you missing a using directive or an assembly reference?)
c:\Users\Administrator\AppData\Local\Temp\2\TSProjects\d3044404-1123-4459-97ff-a78e64d83e16\Please Review Project\New UI\PR-T107 Create Multiple Comments & Verify Content (Stable).tstest.cs(82,19) : error CS1061: 'Area51Project.Pages' does not contain a definition for 'Review1hIOpTZmK0' and no extension method 'Review1hIOpTZmK0' accepting a first argument of type 'Area51Project.Pages' could be found (are you missing a using directive or an assembly reference?)

Ivaylo
Telerik team
 answered on 11 Apr 2018
1 answer
99 views
I am still in the middle of evaluation, but i think i need more time, i need to extend my trial, can anyone help me?
Kathryn
Telerik team
 answered on 09 Apr 2018
1 answer
68 views

This question is actually for TEST STUDIO.  Our QA people have licenses, but I don't think they were given accounts to login/request support/etc.  Can someone help out?  

 

Here is the question:

For verification steps, how do I log expected vs. actual values?

from Ayushi(ajain@wgaplans.org)

 

Thanks, Mark

Elena
Telerik team
 answered on 06 Apr 2018
2 answers
86 views

     So I am trying to take about 25 scripts for one application and make them be able to easily work in multiple environments and be able to easily point it somewhere else and have it work.  To do this I was making all of the base URL's in all of the navigation steps and in the frame properties into relative URLs.  What I mean by this is that I would replace the part of the URL in the front that would be changing based on environment with an "~", so I would have something like  ~/shopping/Login.asp   for all the places it would apply.  I then just go into the overall settings and change the base URL to the environment that I want to point everything to and then it works with the relative URL's the way I want it to.

 

This all works great and I can run the scripts one at a time and they all work, and then I can switch the environments and they still all work.  But when I try to make a test list with them in it, it almost instantly fails and always gives an error of "This operation is not supported for a Relative URI."  It seems to just be an issue with test lists or something?  Since they all work as expected when running them alone, but when throwing the exact same ones into a test list it fails instantly.  I also made sure to go into the test list settings and making sure that Base URL was set and it was.  

 

 

Nikolay Petrov
Telerik team
 answered on 02 Apr 2018
1 answer
93 views

Hi, 
I am writing a test case to upload file using chrome browser, tried a few methods, the closest one is using the blind click (so called offset click) from:
https://www.telerik.com/forums/issue-with-test-step-handle-'fileupload'-dialog
https://www.telerik.com/forums/handle-file-upload-dialog-in-chrome

This method works if I am present and actively looking at the progress of the test runs,

but if i minimize the browser, or run this remotely at other machine (without seeing the screen), then it won't works anymore.

Anyone face this issue and how to solve it?

Nikolay Petrov
Telerik team
 answered on 28 Mar 2018
1 answer
91 views

Currently, I am running my test list via Jenkins in the combination with Telerik.TestStudio.CommandLineClient. This combination works fine, but to get result details I need to open Test Studio and drill the results data. In the Console Output, I only have boolean information about the job, success or failure.

Browsing through TS docs I have noticed there is also ArtOfTest.Runner which allows you to store results in the external file and also attach it the job, but this option does not publish test result to the database. 

Is there any way how can I achieve both functionalities?

BR,

Uroš

 

Nikolay Petrov
Telerik team
 answered on 28 Mar 2018
1 answer
67 views

Does telerik test studio  support the following? We need to buy a testing tool for our small company and we need it for the following:

1- Desktop C# and C++ Applications

2- WCF, Web services and API's

3- Web Applications (ASP.NET, React and MVC)

4- Mobile applications

5- Recording and data driven test

6-Writing scripts for testing using C#.

7- Ease of use and reporting.

 

Can any body help me in this?

Kathryn
Telerik team
 answered on 26 Mar 2018
6 answers
141 views
We are using .NET for our desktop application. (But not using WPF)
Can not we use Telerik Test studio for automation?
Nikolay Petrov
Telerik team
 answered on 26 Mar 2018
4 answers
119 views
Hi,
           I am testing a web application and there comes a point, where i have to click a icon, which navigates me to a popup, at this point, i have 2 popups open, 1 which is a regular HTML popup with blank content (plain white screen is displayed), and another popup which is a modal popup.

Telerik connects itself with the initial home browser and records all actions on it, upon navigation it also connects to the new HTML popup (the teleric toolbar is displayed on top) , but with regards to the modal popup, Telerik is unable to connect to and no action on this modal popup is recorded.

Any advice on this would be much appreciated.

Thanks!

I am attaching screen shots of the screens with brief descriptions mentioned below

Screen Shot 1:

User Credentials are input here and navigates to the home screen. This screen is recognized by Telerik

Screen Shot 2:
This screen is recognized by Telerik as well. Once in this home screen, I click the “Central HR”  button (bordered in green below)  and this navigates me to a new window

Screen Shot 3:
The click on the previous screen opens 2 popups (new windows), one is a basic HTML new window (blank with no data) shown below on the left and a Modal popup (with all further functionalities) shown  below on the right. This modal popup is not recognized by telerik and  does not record any action on this modal popup. A majority of our testing has to be performed on this modal popup



Nikolay Petrov
Telerik team
 answered on 26 Mar 2018
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?