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.
Hi,
I've created a project with one load test which is in a test list and two web tests. I want to run this load test form another computer that does't have installed Test Studio standalone version.
For this purpose I'm using Telerik Test Runner. In Remote Run Tab I've configure everything as described in this artical.
If I run а test list with web tests in it from Test Runner the list is executed on the server, but when I run test list with load test only, on the server is showing for very short time the console and than closes immediately.
And throws this error SerializerService.JsonConverterTypeResolveFailure() : JsonConverterTypeResolveFailure for Telerik.TestStudio.Load.LoadDesignTest.
See LogView.txt for more details.
The same is when load the project from Configure button, when I locate the project in my file system shows only the web tests and load test but not the test list.
When I select to run the load test, again opens the conole and closes it immediately. If I run web tests is working fine.
Can you help me with this, how to execute load test with Test Runner?
Thank you.
Hi,
I have a problem while trying to select a row that is partly visible in Telerik Grid using Telerik test framework.
Below is the code snippet:
Find<FrameworkElement>(Reference).User.Click();Where reference is the locator of the grid which is found by inspecting the Grid row through Silverlight Spy.
The clicking of row fails only when the row is partly visible and works fine when the row is fully visible. Partly visible case could be a situation where only few pixels of a row is visible. Here the element is successfully found/located ; but clicking fails. Could you please help me to resolve this issue.