Automation Question:
Download Job Interview Questions and Answers PDF
Do you know how to debug the tests in Selenium IDE?
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
☛ 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 Question | Next Question |
Tell me what is a hub in Selenium Grid? | Tell me what is IntelliJ? |