QA‎ > ‎

Selenium

Introduction:
Selenium is Open Source test automation tool for web application. This page contains information for Selenium 2.0 not earlier version.

Advantages:
  1. Open Source
  2. Easy Installation
  3. Supports Java, C#, Python, ruby, PHP, Perl and Java Script
  4. Selenium API can be included in any framework for test automation
  5. Support multiple browser.
  6. Selenium IDE tool provide record and playback feature.
Limitations:
  1. It works for web based application only. Does not support automating desktop application.
  2. 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.


Comments