Hello,
We have been using Telerik.TestStudio.CommandLineClient.exe to run test lists remotely as part of our CI system but due to major inconsistencies are looking to see how the ArtOfTest.Runner.exe works instead. Here is a sample command of using the CommandLineClient in one of our TeamCity build steps.
What I need to figure out is how to accomplish this exact same thing with the ArtOfTest.Runner. My initial attempt at creating such a command is shown below.
But, the above command gives me an error along the lines of unrecognized or incomplete command line. The ArtOfTest.Runner has a few arguments of interest to us (we are not using TFS): primarily list & root. I am probably just using this tool incorrectly but something about the list argument seems problematic as it wants the full path to the test list to run. How can one specify the full path when the projects ran on the scheduling server (found in the C:\Users\Runner\AppData\Local\Temp\Projects\ directory) have unpredictable names such as 1ef60107-4696-4b2c-b34a-bfeb6a2e5a28? Is my root argument correct or does it need the project name with it?
Thanks!
Hi,
I have created some automated script using Telerik Test Studio. I want to map the test cases ID which is being covered in my test script.
Suppose,
I have created a test script s1 which covered manual test case with ID T1, T2, T3.
Now I want to map those test case ID with my test script so that the mapping got reflected in my test studio execution report.
Hello,
I am testing an angular website for work. Every time I write a test for a page, the next deployment of the website breaks my tests. It appears that the Pages' element names (or tags) in the elements viewer are named OperationsX where X is a number between 0 and 15. This can be seen in the attached image. These numbers are randomly changing between deployments. I am not sure what could be causing this.
Thank you for the help!
Also, I am having another similar issue where text inputs, buttons, etc are also all tagged "MdIconTagX" where X is 0-9. These also randomly change, but those seem to do so on page refreshes.
Greetings,
I'm implementing custom logic to skip test steps and attempting to make use of the ExecutionContext.SetCurrentStep method, which appears to be named in such a way as to suggest this is possible. I can tell the correct step is set by a log statement I've included:
Log.WriteLine("Setting next step to: " + nextStep.CustomOrNormalDescription);
However, calling this method has no effect and appears to silently fail. It makes me wonder what the purpose of this method is. The documentation only offers "Sets the current step to execute against." Can someone explain why this method fails, and if it does not work like expected, how to set the current step for the test in code?
Hi All,
I have downloaded the telerik trial version few weeks back. Now only 2 days left for the trial version to expire. Because of my day to day tasks I was not able to evaluate the tool completely. I need to make sure that the tool meets the requirements for my organization. I sent an email to the Telerik Sales Team for the extension of trial period. But I didnt get any proper reply from them. Please let me know how can I do this .
Hi,
I'm running a list which contains test cases. However when testing is finished no results are visible either in the Test Studio nor are they stored on the hard drive. This is happening since two days ago. We use version TS 2015.3.1314.0. Restarting the computer, ending all Telerik processes and restarting them didn't solve the problem. No update of TS software was done. How can we solve this? When tests of the list are running, no errors show up.
BR, Jurij
Hello - I have a series of web tests I've created that run well. When creating a load test and clicking "Capture from exiting web test" and selecting any of the web tests and any browser I get an error once the browser pops up. In IE I get "Page can't be displayed" and in Chrome I get "Page isn't working Chrome" and Firefox never gets past the "preparing browser for automation method'. I've configured each browser according to the steps provide for them and the extensions are running fine. Once the page is brought up with those messages I can't get to any public page either by entering a URL so its seems like the browser is locked by the Telerik tool.
Any suggestions? Thanks.
Hi,
When I configured the scheduling and SMTP it worked fine. But now the SMTP screen is not displaying when I am trying to schedule run a test list.
I want to know if its my sytem problem or is it related to telerik configuration.
I have attached the screenshots of both when it was working and when not working and also of the configuration.
Note: I had to change scheduler service port to 8010 from default 8009 as the scheduler was not getting started. The old screenshot showing SMTP working 'SMTPscreen.png' was configured with 8009.