Tell us what Selenium components do you know?

Submitted by: Muhammad
Selenium is a suite of tools for automated web testing. It is composed of:

☛ Selenium IDE (Integrated Development Environment). It is a tool for recording and playing back. It is a Firefox plugin.
☛ WebDriver and RC. It provides the APIs for a variety of languages like Java, .NET, PHP, etc. They work with most of the browsers.
☛ Grid: you can distribute tests on multiple machines so that test can be run parallel which helps cutting down the time required for running test suites in the browser.
Submitted by: Muhammad

Read Online Automation Job Interview Questions And Answers