Breakpoints instruct QTP (UFT) to pause a run session at a predetermined place in a test or function library and QuickTest pauses the run (at breakpoint) before executing the step.QTP-breakpoints

You can use breakpoints to:

  1. Suspend a run session and inspect the state of your site or application in QTP.
  2. Mark a point from which to begin stepping through a component or function library using the step commands.
  3. We can set breakpoints, and we can temporarily enable and disable them. After we finish using them, we can remove them from your component or function library.

Operations we can perform on Breakpoints:

  1. Setting Breakpoints
  2. Enabling and Disabling Breakpoints
  3. Removing Breakpoints