1.

What are the different components of Selenium?

Answer»

SELENIUM is not a single tool or a framework. It is a suite of TOOLS that work with each other or in isolation to provide different types of AUTOMATION testing. Here are the FOUR major components of Selenium.

  • Selenium WebDriver
    • A collection of open-source APIs and browser-controlling code implementations that provide a concise and straightforward programming interface. 
  • Selenium Grid
    • It enables the tester to run multiple tests across different browsers, machines, and operating systems in parallel. 
  • Selenium IDE
    • Stands for the Integrated Development Environment.
    • It ALLOWS the tester to write, record, run and debug the test cases.


Discussion

No Comment Found