Tell us how you can use recovery scenario with selenium?



Tell us how you can use recovery scenario with selenium?..

Answer / Lavi Sahu

Recovery scenarios in Selenium are typically implemented using different test frameworks that support it, like TestNG or JUnit. These frameworks allow you to run tests multiple times and handle failures gracefully by retrying failed tests or taking screenshots of the failed steps.nHowever, Selenium WebDriver itself does not provide built-in recovery scenarios. You need to implement them using your preferred test framework.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

Explain how you can handle frames using selenium 2.0?

1 Answers  


How can we fetch a text written over an element?

1 Answers  


Explain the difference between implicit wait and explicit wait.?

1 Answers  


What is intellij?

1 Answers  


How can the user get a text from a web element?

1 Answers  


What are driver.close and driver.quit in WebDriver? Which is more preferable?

1 Answers  


What are the advantages of using selenium as a test tool?

1 Answers  


Can you write the code to double click an element in selenium?

1 Answers  


What is the difference b/w close () and quit ()?

1 Answers  


what are challenges you faced in your last project?

1 Answers  


How to check if a text is highlighted on the page ?

1 Answers  


Tell us can you write the code to double click an element in selenium?

1 Answers  


Categories