1.

How To Debug The Tests In Selenium Ide?

Answer»

To debug or execute the test CASES line by line.

Follow the below MENTIONED STEPS:

  1. Insert a BREAK From the location where 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

To debug or execute the test cases line by line.

Follow the below mentioned steps:



Discussion

No Comment Found