Selenium is an open source web application automation testing tool and it supports only web browser testing not desktop application testing.Selenium allows data driven testing, keyword driven testing and it will support java technologies to prepare test scripts for web applications.
Selenium has different components those are below
- Selenium IDE
- Selenium RC (Remote Control) - Selenium 1.0
- Selenium Grid
- Selenium Web driver (Selenium 2.0)
Selenium Concepts:
- Selenium IDE
- Introduction
- Environment Set Up
- List Of Selenium IDE Commands
- Selenium RC
- Selenium Grid
- Selenium Web Driver
- Selenium Locators
- Selenium Verification Points
- Selenium Scripts
- Selenium Test NG
- Selenium Maven
- How to handle Authentication window in Chrome
0 Comments