Hi,

I'm having trouble getting verifyLinks to ignore external page errors
(in Groovy Webtest).  Applicable test code:

invoke "http://localhost:8080/blah";
verifyLinks(ignoreForeignJSErrors: true, onsiteonly: true)

But I keep getting these errors (intermittently) from a page that
links to an offsite page (via an <a href>, not a js file include):

: JavaScript error loading page
http://searchunifiedcommunications.techtarget.com/xxxxxxxx.html:
ReferenceError: "_hbSet" is not defined.
(http://media.techtarget.com/digitalguide/resources/js/tt_thickbox-compressed.js#1(eval)#1(eval)#1)
        at com.canoo.webtest.steps.StepUtil.handleException(StepUtil.java:80)
        at com.canoo.webtest.steps.Step.handleException(Step.java:387)
        at com.canoo.webtest.steps.Step.execute(Step.java:114)


Anything I'm doing wrong above?

Thanks,
Gary
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to