In some cases, you may want to increase the window timeout value for a specific test, rather than for all tests in general.
For example, you may want to increase the timeout for Flex application tests, but not for browser tests.
-
Open the test script.
-
Add the following to the script:
Agent.SetOption (OPT_WINDOW_TIMEOUT, numberOfSeconds).