Interview Questions

Explain what is assertion in Selenium and what are the types of assertion?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Explain what is assertion in Selenium and what are the types of assertion?

Assertion is used as a verification point. It verifies that the state of the application conforms to what is expected. The types of assertion are “assert” , “verify” and “waifFor”.


(Continued on next question...)

Other Interview Questions