04-21-2009, 03:28 PM
It might take the default time specified by QTP.
1. Try to reduce the synchronization time
2. use environment variable for time out
3. Then do something else.
This should work.
1. Try to reduce the synchronization time
2. use environment variable for time out
3.
Code:
OptionalStep.Browser("Browser").Dialog("AutoComplete").WinButton("Yes").exist(10)
This should work.