Tuesday 6 June 2017

Introduction to Selenium IDE

The Selenium-IDE (Integrated Development Environment) is an easy-to-use Firefox plug-in to 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 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 other browsers as well.
The following table lists the sections that we are going to cover in this chapter.
TitleDescription
Download Selenium IDE
This section deals with how to download and configure Selenium IDE.
SeleniumIDE Features
This section deals with the features available in Selenium IDE.
Creating Selenium IDE Tests
This section deals with how to create IDE tests using recording feature.
Selenium IDE Script Debugging
This section deals with debugging the Selenium IDE script.
Inserting Verification Points
This section describes how to insert verification points in Selenium IDE.
Selenium Pattern Matching
This section deals with how to work with regular expressions using IDE.
Selenium User Extensions
The Java script that allows users to customize or add new functionality.
Different Browser Execution
This section deals with how to execute Selenium IDE scripts on different browsers.

No comments:

Post a Comment