Ricky Ponting
Ricky Ponting

Reputation: 21

I want to automate a flash application using flex monkey

Hi i need solution for how to bring the flex compiler under Eclipse->Project->Properties I installed FLEX SDK 4.0 and the FLEX MONKEY 5.0 Please find below settings I done to automate a flash application.

-include-libraries "../libs/automation_monkey4.x.swc"

"${flexlib}/libs/automation/automation_spark.swc"

"${flexlib}/libs/automation/automation.swc"

"${flexlib}/libs/automation/automation_agent.swc"

"${flexlib}/libs/automation/automation_dmv.swc"

"${flexlib}/libs/automation/automation_air.swc"

"${flexlib}/libs/automation/automation_airspark.swc"

So can anyone please guide me in this like how to connect flex monkey and the eclipse, since

I dint founds the flex compiler in my eclipse. And FLEX MONKEY shows like the status is not connected.

Upvotes: 0

Views: 808

Answers (1)

Adrian Pascalin
Adrian Pascalin

Reputation: 71

I think you must use flash builder instead of eclipse, and the include command must be added to the compiler settings for the flex project launchin your application. also, run the app from flashbuilder, and then open the selenium->flexMonkey. this way it will show as connected. also, i experienced some problems with firefox 3.6, so upgrade to the latestversion (11)

Upvotes: 0

Related Questions