Automation Question:

Tell us what Selenium components do you know?

Automation Interview Question
Automation Interview Question

Answer:

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.


Previous QuestionNext Question
Tell us how can you find if an element is displayed on the screen?Please explain what is the difference between findElement () and findElements ()?