question

pk1210 avatar image
pk1210 asked pk1210 posted

Flex IO Error

I'm trying to automate the Web page containing Flex application. I have checked the two check boxes in session properties for "Enable support for Flex sessions" and "Auto instrument flex nodes".

 

I have copied the three files iTestAutomationEnvironment.xml, iTestFlexWrapper.swf and iTestFlexAgent.swc to the directory where the swf file is located on the Web server.

 

When I started the session, I got the error "iTest Flex IO Error    Failed to load the Flex application to the specified URL: ${expressInstallSwf}"

 

Could you please let me know what needs to be done?

 

Thanks.

 

PK

 

iTestGUI Testing(Web-Java Swing-etc)
Flex_Error.JPG (8.0 KiB)
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
rmehlinger avatar image
rmehlinger answered rmehlinger posted

It looks like your program is attempting to load ${expressInstallSwf} as a URL, and as this is not a valid URL, it fails. Presumably, the ${} indicates that it's a variable, and an actual URL is meant to be substituted into its place. I would go through your codebase and try to find what's referring to that string, and why the URL isn't being substituted.

 

If that doesn't work, could you please provide us with more information? Feel free to open a customer incident if you don't want to publish that info on the forums.

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.