Multiple choice technology testing

The main components of Selenium testing tools are

  1. Selenium IDE

  2. Selenium RC

  3. Selenium DOM

  4. Selenium Grid

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

Selenium's core components are IDE for recording/playback, RC (Remote Control, now WebDriver) for programmatic control, and Grid for parallel test execution. Selenium DOM is not a standard Selenium component.