Selenium IDE
From STIQ
If your app works in Firefox, you can use the Selenium IDE tool to create and record tests in STIQ format.
Installation
- Install [Selenium IDE] version 0.8.7 in your Firefox browser.
- Add the STIQ format:
- Download from [Source Forge]
- Add the STIQ format to the Selenium IDE
- Tools -> Selenium IDE
- In the Options menu select "Options..." item
- Switch to Formats tab
- Click the Add button
- Enter name of the format: STIQ
- Copy the contents of the StoryTestIQ-format.js file into the text box
- Select the STIQ format for the Selenium IDE
- Tools -> Selenium IDE
- In the Options menu, select "STIQ" from the Format sub-menu
- Add the STIQ extensions to the Selenium IDE (so you can use STIQ-only commands like "comment", "executeSQL", etc.)
- Tools -> Selenium IDE
- In the Options menu select "Options..." item
- Add the stiq-extensions.js file as a extension (File path to the stiq-extensions.js file in STIQ's extensions directory.)
- Selenium Core extensions (user-extensions.js):
- C:\Program Files\SolutionsIQ\StoryTestIQ\repository\extensions\stiq-extensions.js
Tips
You may also want to use the ["All-in-One Sidebar" Firefox extension] to keep Selenium IDE in the same window as the Application Under Test.
