06-21-2012, 03:27 PM
(This post was last modified: 06-21-2012, 04:22 PM by sia sharma.)
Hi all,
i want to check whether all links of my web site are working fine using qtp
i have used standard checkpoint and selected an option check broken links
the code generated -
link check for google site
it is giving a fail result
is there any other way in qtp to find out the broken links
thanks
sia
i want to check whether all links of my web site are working fine using qtp
i have used standard checkpoint and selected an option check broken links
the code generated -
link check for google site
Code:
Browser("Google").Page("Google").Check CheckPoint("Google")
is there any other way in qtp to find out the broken links
thanks
sia