Posts: 8
Threads: 6
Joined: Sep 2012
Reputation:
0
09-28-2012, 05:46 AM
Hi Everyone,
How to identify broken links on a page using vbscript not the checkpoints
Thanks in Advance
--Eswari
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
09-28-2012, 10:38 AM
Hi,
Create a generic function which will capture all the links on the page using DP and perform click operation on thoes link and check if desired page is open or not.
Let me know in case of any help required.
Regards,
Sankalp
Posts: 121
Threads: 8
Joined: Apr 2012
Reputation:
2
09-28-2012, 12:25 PM
First get all the links count and URL by using DP
Create a generic function to check the status of the each link by using xmlhttp object