Break Point:
Break point is the feature provided by QTP, which is used for breaking the execution temporarily
Navigation:
• Activate the menu item debug
• Select the desired option
Example
Function my func( )
Msg box “Hai”
Msg box “hellow”
Msg box “How r u”
End function
My func
Msg box “bye”
My func
Msg box”see u”
My func
Msg “welcome”


