|
When recording Flex applications, in certain cases, VuGen may be unable to decode externalizable objects.
你看这里:
HP LoadRunner Virtual User Generator User's Guide > E-Business Protocols > Developing Flex Vuser Scripts > Setting Flex Code Generation Options:
This is due to a proprietary encoding scheme employed by the Flex 2 application.
To overcome this issue, you can instruct VuGen to generate a flex_web_request function in the case the code is not decipherable.
The Flex Recording option instructs VuGen to attempt to generate Flex Remote requests for externalizable objects. It decodes all externalizable objects as standard AMF3 objects, generating flex_remoting_call functions.
If you disable this option (default), VuGen generates a flex_web_request function containing unparsed AMF3 binary data when encountering an externalizable object. |
|