I installed flex 3 beta and the automation package, and I
tested QTP with
http://examples.adobe.com/flex2/inproduct/lcds/flexstore/flexstore.htm l,
and QTP is recognizing elements in the flex... So I'm pretty sure
the testing side is set up right, but when I try to compile the
library files to test my own applications, I get "An internal error
has occurred. Please check the error log", and "Unable to load SWC
automation.swc".
The log file has "!MESSAGE Uncaught exception in compiler" as
well as all kinds of other info.
I am trying to use the Project > Properties > Flex
Compiler method.
A strange thing is that I can't locally reference the swc
libraries. Flex Builder is here: C:\Program Files\Adobe\Flex
Builder 3, and the SWCs are here: C:\Program Files\Adobe\Flex
Builder 3\sdks\moxie\frameworks\libs, so I tried -include-libraries
"sdks\moxie\frameworks\libs\automation.swc"
"sdks\moxie\frameworks\libs\automation_agent.swc"
"sdks\moxie\frameworks\libs\qtp.swc" and I always get the error
"unable to open 'sdks\moxie\frameworks\libs\... ...swc'" If I put
the entire path, that error ceases, but I see the errors listed at
the beginning of this post.
Is this a problem with the Beta 3 installation, or has anyone
else had the problem?... or can someone see where I'm screwing
things up?