Selenium
Table of Contents
1. Overview
- open-source software tool used primarily for automating web applications for testing purposes.
- components:
- Selenium WebDriver
- Selenium IDE
- Selenium Grid
2. Elaborations
- Selenium WebDriver interacts directly with the browser, while Selenium IDE primarily focuses on simpler, non-programmatic test recording.
- Selenium Grid complements Selenium WebDriver by enabling distributed test execution, thereby reducing test execution time significantly.