Sunday, April 12, 2020

Selenium IDE Introduction

Selenium IDE is an integrated development environment for Selenium scripts.

It is implemented as a Chrome and Firefox extension, and allows you to record, edit, and debug tests.

Selenium IDE is not only a recording tool: it is a complete IDE.

You can choose to use its recording capability, or you may edit your scripts by hand. With autocomplete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for creating Selenium tests no matter what style of tests you prefer.

Selenium IDE supports autocomplete mode when creating tests. 

This feature serves two purposes:

1> It helps the tester to enter commands more quickly.
2> It restricts the user from entering invalid commands.

Key Features of IDE:-


  • Easy record and playback
  • Intelligent field selection will use IDs, names, or XPath as needed
  • Autocomplete for all common Selenium commands
  • Walk through tests
  • Debug and set breakpoints
  • All in one project file, containing all test cases and suites

Advantages of IDE:-


  • Easy record and playback
  • Intelligent field selection will use IDs, names, or XPath as needed
  • Auto complete mode for all common Selenium commands
  • Walk through tests (QA Method)
  • Debug and set breakpoints
  • All in one project file, containing all test cases and suites

Benefits of Selenium IDE:-


  • Very easy to install and use.
  • No programming experience is required.
  • Has built-in help feature and it shows the documentation on the selected or entered command.
  • Helps in debugging by displaying the information and error messages.
  • It allows us to set breakpoints, insert commands and comments wherever necessary.
  • Provides a good support for extensions.
  • Helps in exporting tests that can be executed in Selenium RC and WebDriver.

Limitation of Selenium IDE:-

  • As it comes as a Firefox plug-in, it doesn’t support any browser other than Mozilla Firefox.
  • It doesn’t explicitly provide help to support alerts, pop-ups and navigation.
  • It doesn’t support listeners.
  • No support for error handling and database testing.
  • It cannot be used in the testing of iPhone and Android applications.
  • Reading from external files and uploading files is not supported.
  • No support for iterations and conditional operations.

How to Install IDE to Browser ?


Add-on Link :- https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/




Once you click on “Add” you can see the Option added for Selenium IDE at Right Side Top as Below:



No comments:

Post a Comment