Telerik Forums
Test Studio Forum
9 answers
332 views

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.

Elena
Telerik team
 answered on 20 Apr 2018
12 answers
189 views

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

 

Elena
Telerik team
 answered on 18 Apr 2018
2 answers
159 views

On clicking on Submit button, i am getting couple message alerts in a div

1. Success(Saved successfully)

2.Error(Duplicate Entry)

But those message alerts appears on screen for few seconds only.(See attachment Success Message Alert)

The messages are explicitly removed from DOM after few seconds.(See attachment Error-Message-Container Div)

How to Verify those alerts. since i can't highlight them and verify that Text contains "Success" message alert because it comes only for few seconds and there is no trace of them in DOM also.

 

 

 

Rahul
Top achievements
Rank 1
 answered on 13 Apr 2018
2 answers
687 views

     Hi All,

I currently have test project where it has feature file that has 30 test scenarios.  it had been working which mean I could run the test and see the test showing up in Test Explorer, not until I made mistake to delete content in this folder "AppData\Local\Microsoft\VisualStudio\14.0\Extensions" because I thought I was deleting something from this folder "AppData\Local\Temp\VisualStudioTestExplorerExtensions"  as a result it messed up my test project.  So I started troubleshooting, suddenly all of my tests stop showing up in the Test Explorer.

My project installations has: NUnitTestAdapter, SpecFlow, SpecFlow.Assit.Dynamic, SpecRun.Runner, Selenium.Support, Selenium.WebDriver, NUnit, Selenium.StandardControls.

My Visual Studio is Community 2015.

Also I purchased SpecRun license as well.

Phillip
Top achievements
Rank 1
 answered on 12 Apr 2018
1 answer
106 views

I know that buying that Test Studio Ultimate will have 100 virtual users free. I just wonder how many maximum test runner we can set per each scheduling server?

What is the best approach to tackle in term of running test parallel?

What is your current setup?

Any expert here out there handle 10000 test cases using Test Studio and scheduling server/test runner?

Ivaylo
Telerik team
 answered on 12 Apr 2018
2 answers
183 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
636 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
173 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
152 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
183 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?