Multiple choice technology testing

Selenium testing suite can be used for testing

  1. Web Applications

  2. Client Server Applications

  3. Both

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Selenium is designed exclusively for web application testing through browser automation. It cannot test traditional client-server applications that use proprietary protocols, native GUI frameworks, or direct database connections outside the browser context.