Answers

Question and Answer:

  Home  Automation

⟩ Tell us what Selenium components do you know?

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.

 177 views

More Questions for you: