Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Generate an actionscript error TypeError: Error #1009 by using this sample code.
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Button label="Show Actionscript error" click="showASError()"/>
<mx:Script>
<![CDATA[
private function showASError():void
]]
>
</mx:Script>
</mx:Application>
2. Compile app with automation libs for QTP recording.
3. Record 'Show Actionscript error' button click and then record 'Continue' button click.
4. Run script.
Actual Results:
QTP does not replay 'Continue' button click.
Expected Results:
QTP should replay 'Continue' button click.
Recovery Scenario also does not work in this case.
Workaround (if any):