Run time Debugging through Print utility statement in QTP
62I believe you have used "msgbox" function almost every time for debugging purposes i.e. displaying some text at run time. But the problem with "msgbox" function is that it keeps open till you close it and moreover you can’t debug further, since it’s a modal dialog box. You have to press OK button to move ahead. How about a similar utility function, which works very similar, like "msgbox" and also provides the user the flexibility to perform further debugging? Yes, it is possible. HP Quicktest Professional (QTP) provides a Print utility statement which is used to display information in the "QuickTest Print Log" window while still continuing your Run Session.
Looks pretty interesting!!!!!!! Alright, then go ahead and read more.
Firstly let us see what happens in case of "msgbox" function. As soon as the script encounters the "msgbox" function, it displays a dialog box and the script gets paused till the user presses the OK button.
To read more, visit my website






