Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
1. Run the attached TimeOutTest.mxml file with Debug version of Flash Player 10, 9.0.159 or later. (Make sure to include automation libraries.)
2. Click the Record button in QTP.
3. Click the Test button in the Flex app. (TimeOutTest.mxml)
4. Click the Stop button in QTP.
QTP script will be like this: Window("Windows Internet Explorer").FlexApplication("TimeOutTest").FlexButton("Test").Click
5. Run the QTP script.
Actual Results:
Debug Flash Player 10 throws the following error and the QTP script stops.
Error #1502: A script has executed for longer than the default timeout period of 15 seconds.
Expected Results:
QTP doesn't stop even if Debug Flash Player 10 throws the error.