Automation Testing

How to Get the QTP Print Log Functionality in UFT?

By Test Guild
  • Share:
Join the Guild for FREE

Not sure how many QuickTest Professional testers use the QTP print method, but I use it all the time. I find it especially helpful when running long QTP data population tests to set up test environments overnight.

It gives me an easy way to look at a machine running a data population script, see the Quickest Print Log Dialog results, and know how much longer it takes to finish.

In UFT, the behavior for the print method is a little different and might confuse first-time users of UFT. To help avoid any concerns, this functionality is still available in Unified Functional Testing GUI Tests; you just have to know where to look.

UFT Output Pane

The same print log info can be found in UFT under the UFT>View>Output window (CTRL+ALT+U), selecting the Print Log from the dropdown:


Some of you might be saying, “that is great but I really liked having this window available as a separate dialog type window“. No worries, you can achieve the same effect by selecting the Float option from the Output window's dropdown menu


To see in action

To see how this looks in QTP compared to UFT, I entered the following code in Quickest Professional and Unified Functional Testing:

For printNum = 1 to 50
print “QTP PRINT LOG DEMO NUMBER:” & printNum
Next

And this is how the look compared to one another

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

SafeTest: Next Generation Testing Framework from Netflix

Posted on 03/26/2024

When you think of Netflix the last thing you probably think about is ...

Top Free Automation Tools for Testing Desktop Applications (2024)

Posted on 03/24/2024

While many testers only focus on browser automation there is still a need ...

Bridging the Gap Between Manual and Automated Testing

Posted on 03/13/2024

There are some testers who say there’s no such thing as manual and ...