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!
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?)
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
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.
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?
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š
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?
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