Pages

Thursday, April 7, 2011

Selenium-IDE

The Selenium-IDE is an open source tool for web application testing. Selenium IDE is used to record user action on browser window and to develop your 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 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.
*Note: Selenium-IDE works only with Mozilla Firefox Browser.

Installation
You can download Selenium IDE from this locations.
http://selenium-ide.openqa.org/download.jsp
https://addons.mozilla.org/en-US/firefox/addon/2079
Once the addon is installed make sure you do not forget to restart Firefox.

Starting the IDE
Select "Selenium-IDE" from the Firefox - Tools menu.












It opens as follows with an empty script-editing window and a menu for loading, or creating new test cases.











 


 


*Note: By default Record button is ON.
To Learn Selenium Download:
Selenium Documentation
Selenium Commands

No comments:

Post a Comment