Interview Questions

Explain how you can use recovery scenario with Selenium?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Explain how you can use recovery scenario with Selenium?

Recovery scenarios depends upon the programming language you use. If you are using Java then you can use exception handling to overcome same. By using “Try Catch Block” within your Selenium WebDriver Java tests

(Continued on next question...)

Other Interview Questions