
Hi All,
I'm trying to find a way to dynamically exit a loop before its completed its number of iterations if a certain even occurs. so logically it need to look something like this ..
Loop 20 times
Refresh page
wait 1sec
If (Text = bob)
exit loop
else
Loop count ++
end loop
The reason im needing to do this is that we have a cloud service that can 'acceptably' take upto 10mins to process new information if it takes longer than 10mins i want the test to fail, but i don't want the test to wait 10 mins if the data comes back quicker. the data is not pushed to the page but has to be pulled by a page refresh. from the research we've done here we cant find a way to force exit the loop, has anyone done this before?
Thanks,
Dan
Hello
My problem is a weird one.
I cannot record any test steps with Chrome or Firefox on my website. Telerik Test Studio was perfectly capably to record tests of any kind back in December 2015. Now acts in this way:
I don't know what is the cause of this, as this was working befor and is still working with IE.

Hello,
We are trying to open a detail screen that can be opened by double clicking a row in the grid (RadGridView). I have put in a wait step to overcome problems with building up the grid and changed the click step into an double click step. Still I am getting this error:
Unable to locate element. Details: Attempting to find [Wpf] element using
Find logic
(Wpf): [AutomationId 'Exact' CellElement_0_2] AND [XamlTag 'Exact' textblock]
Unable to locate element. Search failed!
Up till now I was also unable to resolve the issue using the Resolve failure wizard.
Any help will be appreciated.
Richard

I have two steps that I want to run at the beginning of each test I've created in multiple projects. Is there a way that I can do that? I wanted to create the steps in one test and save them somewhere so when I'm building the next test, I can just pull the steps in. The only thing that will be different on each test is the URL that I'm navigating too.
Thanks,
Misty

Hi I would like to see what is the expression to use so the caption does not carry the version number.
Thanks!
I just updated to Test Studio 2016.1 version and I was not able to compile my projects.
I got the "Missing Assembily" Errors for all TestofArt classes.
After resetting the Assembilies in the setting tab, I was able to run the project.
But do I need to reset and re-import Assembilies for all of my exisiting projects after the update?
This may have been covered in an old thread but search turned up nothing.
Has anyone integrated TS with Mantis? I am helping a startup that just bought TS and has been using Mantis for a long time so they don't want to switch to another BT product.
Thanks,
-Eric