Selenium?s Tool Suite
Selenium is not just a single tool but a suite of software?s, each with a different approach to support automation testing. It comprises of four major components which include:
- Selenium Integrated Development Environment (IDE)
- Selenium Remote Control (Now Deprecated)
- WebDriver
- Selenium Grid
Selenium RC comes with two components.
- Selenium RC Server (acts as a HTTP proxy for web requests). >
- Selenium RC Client (library containing your programming language code).
The figure given below shows the architectural representation of Selenium RC.
0 comments:
Post a Comment