06-08-2011, 07:22 PM
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..
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?
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?