Micro Focus QTP (UFT) Forums

Full Version: How to get Broken Link Results??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi...
I would like to get the Page Checkpoint results for Broken Links and write in a separate file.

I am able to get only the status if the broken links are present or not using below statement..
Code:
Browser().page().Check(Checkpoint())

But ..how to get which links are broken? It s shown in the QTP's report.. Is there any way to get the info @ runtime?