G C Reddy Information Technology
Tutorials and Interview Questions on C, Manual Testing, QTP, LoadRunner, Selenium, Quality Center and SQL.
Debugging Tests
Debugging Tests in QTP
What is Debugging?
Why Debugging?
How to Debug?
Debug Commands & Breakpoint
—————————-
a) Step into (F11)
i) It starts the execution
ii) It executes one statement at a time
iii) If it is function call, it opens the function and executes one statement at a time
b) Step Over (F10)
i) It executes one statement at a time
ii) If it is function call, it executes all function statements at a time
c) Step Out (Shift+F11)
i) It executes all remaining function statements at a time
Breakpoint (F9)
Debug Viewer
a) Watch Variables
b) Change values of variables at run-time
Tags: Debugging Tests