Forum Discussion
Just out of curiousity, did this work at one point in time and just stop working recently? Or is this your first attempt at executing that particular code?
I'm thinking, based upon my limited understanding (it's been a looooong time since I've messed with these objects) is that your inclusion of the httpObj.Send() call might be what's screwing things up. You have the open request which should be a sufficient request to get what's at the URL. Have you tried removing that send call?
An alternative... and thanks to LinoTadros for showing me this trick at SmartBear connect... look into using the WebAccessibility checkpoint. You can limit those checkpoints to only check link access so, with basically one line of code, you can get a quick report of which links work and which ones don't.
Hi Robert,
This is the first time I tried the code and have not worked before.
I tried commented out. httpObj.send(), but still got the same error on msxml3.dll
Checkpoint of WebAccessibility is not preferred because I have a Lot of web pages to check broken links. I'll have to have a lot of files in WebTesting stores.
Mary