Votes
Answers
Views
Question
0
1
104
asked 10 years ago by neena
updated 10 years ago by bubblehead712
I am using QTP to automate an Stand alone application which indeed is a client server and build on .net When I use .Exist(0) Property to check the existence of an object, it waits for 40 seconds instead of taking the time out "0" provided as parameter. (Default sync timeout is 20 seconds)
4
2
45
Here's the scenario: I'm navigating a website and click a link to move to the next page. The link has the option of sending me to 1 of 2 sites. One of the sites is an error site that appears randomly. I scripted an If statement saying that If the error site exists then reporter.reportevent the websi...