Wednesday, 10 September 2014

Selenium IDE

Selenium - IDE

The Selenium-IDE (Integrated Development Environment) is an easy-to-use Firefox plug-in for develop Selenium test cases. It provides a Graphical User Interface for recording user actions using Firefox which is used to learn and use Selenium, but it can only be used only with Firefox browser as other browsers are not supported.
However, The recorded scripts can be converted into various programming languages supported by Selenium and the scripts can be executed on various other browsers as well.
Click on each one of the below functionalities listed in the table to understand them in detail.
TitleDescription
Download Selenium IDEThis section deals with how to download and configure selenium IDE
Selenium IDE FeaturesThis section deals with the features available in Selenium IDE
Creating Selenium IDE TestsThis section deals with how to create IDE tests using recording feature
Selenium IDE Script DebuggingThis section deals with debugging the selenium IDE script
Inserting Verification PointsInserting verification points in selenium IDE is discussed in this section.
Selenium Pattern MatchingThis section deals with how to work with regular expressions using IDE.
Selenium User ExtensionsThe Java script that allows user to customize or add new functionality.
Different Browser ExecutionThis section deals with how to execute selenium IDE scripts on different browsers.

Download Selenium - IDE

Step 1 : Launch Firefox and navigate to the URL - http://seleniumhq.org/download/. Under the Selenium IDE section, click on the link that shows the current version number as shown below.
Selenium IDE 1
Step 2 : Firefox add-ons notifier pops up with allow and disallow options. User has to allow the installation.
Selenium IDE 2
Step 3 : The add-ons installer warns the user about untrusted add-ons. Click 'Install Now'.
Selenium IDE 3
Step 4 : The Selenium IDE can now be accessed by navigating to 'Tools' >> 'Selenium IDE'.
Selenium IDE 5
Step 5 : The Selenium IDE can also be accessed directly from quick access menu bar as shown below.
Selenium IDE 4



No comments:

Post a Comment