-
Notifications
You must be signed in to change notification settings - Fork 30
Flex Store Demo!
admc edited this page Sep 14, 2010
·
2 revisions
This will help you get an idea of what your flex-pilot testing experience could be like!
- Download the Flex Store Demo Zip, which includes everything we need to get a fp enabled flex app running locally.
- Unzip the file somewhere easy to get to from the command line
- CD into the flexstore directory (inside the folder you extracted) and type
python -m SimpleHTTPServer
(this requires python 2.6.x on the system)
- Open Firefox, install Selenium IDE
- Install Flex-Pilot-X
- Navigate Firefox to http://localhost:8000/flexstore.html
- Open Tools > Selenium IDE
- From Selenium IDE, goto File Open, and select flexstore_demo_script.sel from the directory you extracted
- Press the play button
- You can see the step by step I took to get the Flex Store testable.