Selenium Question:

Download Job Interview Questions and Answers PDF

How to debug the tests in Selenium IDE?

Selenium Interview Question
Selenium Interview Question

Answer:

To debug or execute the test cases line by line. Follow the below mentioned steps
1. Insert a break point (see the question to know more How to insert a break point in Selenium IDE? ) from the locationwhere you want to execute step by step
2. Run the test case
3. execution will be paused at the given break point
4. Click on the step (Blue) button to continue with the next statement
5. Click on Run button, to continue executing all the commands at a time

Download Selenium Interview Questions And Answers PDF

Previous QuestionNext Question
How to insert a break point in Selenium IDE?How to export Selenium IDE Test Suite to Selenium RC Suites?