To insert a breakpoint:
- First, we’ll have to select 'Toggle Breakpoint' by right-clicking on the command in Selenium IDE.
- Then, press 'B' on the keyboard and select the command.
- At this moment, a breakpoint can be set just before the test case you need to examine.
- Now, click on the 'Run' button to run the test case from the starting point to the breakpoint.
- The same step should be repeated for deselecting a breakpoint.