Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-30073

Action Script error generated by Flex application is not recognized by QTP.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK Previous
    • None
    • Active Screen
    • 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

      { var arr:Array; arr.push('a'); }

      ]]
      >
      </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):

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: