Home »
MCQs »
Selenium MCQs
Which type of selenium command use testers to verify the state of the application?
30. Which type of selenium command use testers to verify the state of the application?
- Actions
- Accessors
- Assertions
Answer: C) Assertions
Explanation:
Assertions use testers to verify the state of the application. Some of the assertion commands are verifyAlert(pattern), verifyAllButtons (pattern), and waitForErrorOnNext (message).