Introduction: Selenium is Open Source test automation tool for web application. This page contains information for Selenium 2.0 not earlier version.
Advantages: - Open Source
- Easy Installation
- Supports Java, C#, Python, ruby, PHP, Perl and Java Script
- Selenium API can be included in any framework for test automation
- Support multiple browser.
- Selenium IDE tool provide record and playback feature.
Limitations: - It works for web based application only. Does not support automating desktop application.
- Its supports more on Firefox browser and bit buggy with other browsers
Workshop on Selenium:
In this section, we through the details summary of selenium execution.
Preconditions:For this section, Install Apache tomcat 6.x version along with sample, hello world application.
|