Selenium IDE

From STIQ

Jump to: navigation, search

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
  1. Tools -> Selenium IDE
  2. In the Options menu select "Options..." item
  3. Switch to Formats tab
  4. Click the Add button
  5. Enter name of the format: STIQ
  6. 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
  1. In the Options menu select "Options..." item
  2. 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.

Personal tools
Noteworthy