Hi, I'm using Telerik in a page which call multiple libraries, the time for response is between 30 seconds and 3 minutes. When this libraries pass the 1m to response, Telerik show message the error like this:
System.TimeoutException: Wait for condition has timed out
at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target)
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout, WaitResultType errorResultType)
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
at ArtOfTest.WebAii.Core.Browser.WaitUntilReady()
at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
at ArtOfTest.WebAii.Core.Browser.InternalNavigateTo(Uri uri, Boolean useDecodedUrl)
at ArtOfTest.WebAii.Core.Browser.NavigateTo(Uri uri, Boolean useDecodedUrl)
at ArtOfTest.WebAii.Core.Browser.NavigateTo(String url, Boolean useDecodedUrl)
Can I configure a maximum timeout to waited for the load complete of the page?
The navigation of my page is dynamic, sometime to URL (ActivateBrowser.NavigateTo(...)) and sometime do it click in elements, for this reason I need a change global and not only how parameter by each redirect
Thanks
Hi,
I have a input element of ( Type ="Search " , tagname ="Input" ) . Let me name this element as X.
When I try to type some text in the element X, it fails with the message as "Invalid input type ''search" for this control. Control was expecting "text"
Earlier , this step was Passed.. It suddenly fails today.. Not sure, what is changed..?
Could you help me to fix this...
Regards,
Nithya A.
I've been having some strange issues with Test Studio, which manifests itself as my tests not working as they should be..
If I run a set of commands using the "Tests" Tab and then executing a test manually, I will get passes all throughout. However, when I add them into a test list to run consecutively, I get the complete opposite. These tests will fail or succeed, and it really seems quite random. I don't understand why this is the case because they work perfectly outside of test lists.
Has anybody had experience of using Telerik Test Studio along with Release Management as part of a continuous delivery pipeline.
Having posed the question on a Telerik webinar, the reply given was they may create a blog article or something to that affect.
Ideally I would like Test Studio to fit in as part of the delivery pipeline it seems to offer a lot or may be Microsoft Coded UI is an easier approach?
Hello,
I have an issue that I have a feeling can only be addressed by coded steps, but I want to make sure I'm right on this (we are trying to avoid coded steps as much as possible).
I have a test that I'd like to make very generic. It's a test to use one of our menus to navigate to different places in the application. I'd prefer not to record a version of this for each navigation that we do, so I created one that will take in a data source from the parent with the navigation variables, so far so good.
The problem is this step might need to be used several times in a test, with different selections each time. This makes it hard/impossible to bind a specific value to it because the parent can only (as far as I know) send in the data it has been sent. There doesn't seem to be another way to pass from a parent test to a Test as Step test a set of variables.
Let me know if I'm wrong.
Quote:
Please tell us why you’re uninstalling:
A To install a newer or licensed version of the product
B I will not use your product anymore
Really? No other possible reason? Here's one:
Is suspect the extension for VS2013 is causing me an issue when VS is running, but uninstalling from within VS doesn't work correctly (it's still asking me for a trial login after having removed it). Then, having dug up every reference to telerik under VS on disk and deleted those, it *still* asks me to login for the trial when I start VS. Not cool guys.
So, that's why.
Guys, please make this easier. It may not be TS that's at issue, but the issue with VS appeared within minutes of installing TS. What you suspect?
Disappointed New User
Hello!
I want to preface this by saying we know how to do this with coded steps, I'm trying to ascertain if it can be done in the test studio step builder itself:
I have a set of what looks on the webpage like rows, but aren't in a table. We need to verify the phrase in the second "column" (the p). Since the "rows" might change in the future, I'd like to find the p based on the index of the label. The labels should stay constant.
I created a test step to extract the TagIndex from the label, so that I could get the correct containing div, and then I tried to use that Index in a find for the p but it doesn't work. I'm attaching the files that show the definitions of both elements, the part of the log file I can show you, and the part of the dom I can show you.
Is this something that just can't be done in the steps?