What are various components of Selenium? What is selenium? It is an open-source automation tool where web applications can be tested on any web browser. It supports major operating systems and can be written in programming languages such as Python, Java, C# etc.
1. Selenium IDE (Integrated Development Environment): ·Different tests can be recorded, edited and debugged. The tests that have been created can be easily organized.
2. Selenium RC (Remote Control): ·Parallel execution of test cases is supported by selenium RC as well as remote execution, but, the support of selenium grid is evident.
3. Selenium WebDriver: ·WebDriver is developed in such a way where the browser is directly called by using the native support for automation.
THANK YOU