Home >>Selenium Tutorial >Selenium IDE Features
Selenium IDE is divided into various components, each of which has its own features and functionalities. We have classified seven separate Selenium IDE components which include:
The menu bar is positioned above much of the Selenium IDE interface. Menu bar modules which are more widely used include:
The Tool bar provides modules that monitor the implementation of the test cases. What's more, it offers you a move function to debug test cases. Tool Bar Menu Modules most widely used include:
This feature presents you with a dropdown menu reflective of all previous base URL values. In simple words, the address bar of the base URL knows the websites previously visited such that navigation later is quick.
It module consists of all test cases reported by IDE. This includes, in simple words, the collection of all reported test cases concurrently under the test case pane such that the user can easily shuffle through the test cases.
You can see the overview of the test execution consequence in the bottom portion of the Test Case Pane which includes the pass / fail status of various test cases.
Test Case Pane also includes features such as Navigation panel that allow users to navigate between test cases and test suites.
Test Script Editor Box displaysall of the test scripts and user interactions that were recorded by the IDE. Each user interaction is displayed in the same order in which they are performed. The box of the publisher is split into three columns:Command, Target and Value.
Record button records with the browser all user actions.
The Log Pane displays the messages during runtime during execution. It offers real-time updates of the IDE behavior it performs. It can be classified into four types: info, error, debugging and warning.
The Pane Reference displays the full detail of the Selenese command currently selected in the editor.