Automation Question:
Download Questions PDF

Do you know how to debug the tests in Selenium IDE?

Automation Interview Question
Automation Interview Question

Answer:

The tests could be debugged in such way:

☛ insert a break point from the location from where you want to execute test step by step
☛ run the test case
☛ test case execution will be paused at the given break point
☛ click on the blue button to continue with the next statement
☛ to continue executing all the commands at a time click on the “Run” button

Download Automation Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is a hub in Selenium Grid?Tell me what is IntelliJ?