Save QTP report as a single HTML file
Yaron Assa A neat trick to export the native QTP results into a single, simple HTML file.
Yaron Assa A neat trick to export the native QTP results into a single, simple HTML file.
Yaron Assa Motivation
The QTP native log has many drawbacks, especially if your scripts relay heavily on Functions. While Actions are reported in an hierarchical structure (i.e. nested according to their call chain), events reported by function are reported in a flat, unsorted manner. This can be illustrated by the following example:
The following QTip will allow […]
daniva Almost every test object in QTP supports the method CaptureBitmap even the Desktop object.
Recent Comments