jose_pita
12 years agoSuper Contributor
Find Timeout on Flex app
Hi Guys,
I'm using TC to test a flex app.
I'm facing this problem:
When the object exists, TC finds it really fast and clicks the object with no problem.
The problem occurs when the object is not there, it takes more or less 3 minutes to log an error and proceed to the next step. I tried with a smaller number on the depth parameter and it's faster but I need that "20" in depth to find the object I'm looking for..
Is there a way to give a maxTimeOut or something similar to a Find?
I'm using TC to test a flex app.
I'm facing this problem:
obj.Find("Name", "Image(0)", 20).Click();
When the object exists, TC finds it really fast and clicks the object with no problem.
The problem occurs when the object is not there, it takes more or less 3 minutes to log an error and proceed to the next step. I tried with a smaller number on the depth parameter and it's faster but I need that "20" in depth to find the object I'm looking for..
Is there a way to give a maxTimeOut or something similar to a Find?