Selenium Quiz
1. What is the purpose of the DriverPage.cs class in Selenium automation?
- A) To define test cases.
- B) To manage WebDriver instances and browser configuration.
- C) To handle exceptions in Selenium scripts.
- D) To write page-specific methods.
2. Which of the following wait types is a fictional term, added for clarity in Selenium training?
- A) Implicit wait
- B) Explicit wait
- C) Fake wait
- D) Fluent wait
3. Why is the Page Object Model (POM) important in Selenium?
- A) It speeds up script execution.
- B) It simplifies WebDriver installation.
- C) It improves code maintainability and reusability.
- D) It allows running tests in parallel.