Welcome to your Selenium Beginner
How can you a take a screenshot using Selenium WebDriver? In a testing operation, a tester wants to continue the execution even if there is a failure in the testing process so that other test cases can be verified and the operation is not stuck at a single point of failure. The tester finds that every time the test script faces an execution error the test script stops and does not go to the next testing stage. The script uses Junit Assert class. Which one of the following statements is true?
Note: There can be multiple correct answers to this question.