Site icon Tutorial

Selenium Tutorials | Selenium IDE Introduction & Installation

Selenium IDE Introduction & Installation

Selenium IDE

Selenium IDE (Integrated Development Environment) is the tool you use to develop Selenium test cases. It’s an easy-to-use Firefox plug-in and is generally the most efficient way to develop test cases. It also contains a context menu that allows you to first select a UI element from the browser’s currently displayed page and then select from a list of Selenium commands with parameters pre-defined according to the context of the selected UI element. This is not only a time-saver but also an excellent way of learning Selenium script syntax.

Installing Selenium IDE

Using Firefox, first, download the IDE from the SeleniumHQ

 

Opening Selenium IDE

To run the Selenium-IDE, simply select it from the Firefox Tools menu. It opens as follows with an empty script-editing window and a menu for loading, or creating new test case.

Selenium IDE Features

Menu Bar

The File menu has options for Test Case and Test Suite (suite of Test Cases). Using these you can add a new Test Case, open a Test Case, save a Test Case, export Test Case in a language of choice. You can also open the recent Test Case. All these options are also available for Test Suite.

The Edit menu allows copy, paste, delete, undo, and select all operations for editing the commands in test case. The Options menu allows the changing of settings. You can set the timeout value for certain commands, add user-defined user extensions to the base set of Selenium commands, and specify the format (language) used when saving test cases. The Help menu is the standard Firefox Help menu; only one item on this menu–UI-Element Documentation–pertains to Selenium-IDE.

Toolbar

The toolbar contains buttons for controlling the execution of test cases, including a step feature for debugging test cases. The right-most button, the one with the red-dot, is the record button.

 

Go back to Tutorial                                                                                Go to Home Page

Exit mobile version