16 messages in com.canoo.lists.webtestRE: [Webtest] How to check for broken...
FromSent OnAttachments
cow...@charter.net21 May 2003 21:18 
Marc Guillemot21 May 2003 23:29 
Aatish Arora22 May 2003 00:12 
Marc Guillemot22 May 2003 00:27 
Aatish Arora22 May 2003 02:06 
Dierk Koenig22 May 2003 03:05 
Siegfried Göschl22 May 2003 04:04 
Dirk Olmes22 May 2003 04:15 
Dierk Koenig22 May 2003 11:45 
Aatish Arora23 May 2003 03:44 
Dierk Koenig23 May 2003 11:05 
cow...@charter.net24 May 2003 05:05 
Marc Guillemot24 May 2003 05:36.java, .java
cow...@charter.net24 May 2003 05:53 
Marc Guillemot27 May 2003 00:43 
Dierk Koenig27 May 2003 04:31 
Subject:RE: [Webtest] How to check for broken images?
From:cow...@charter.net (cow@charter.net)
Date:05/24/2003 05:53:55 AM
List:com.canoo.lists.webtest

Thanks, Marc! These look great!

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Marc Guillemot Sent: Saturday, May 24, 2003 8:37 AM To: webt@lists.canoo.com Subject: Re: [Webtest] How to check for broken images?

Oups, sorry, attached are the 2 files I've added/modified to have a <verifyimages> step.

- in com.canoo.webtest.ant.TestStepSequence added addVerifyimages(..) - created com.canoo.webtest.steps.verify.VerifyImages (inspired from VerifyLinks, not cleaned and therefore absolute not ready to be integrated)

I hope this helps,

Marc.

Marc:

I'd love to get that source! Please mail it to me. Thanks Dave

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Marc Guillemot Sent: Thursday, May 22, 2003 2:29 AM To: webt@lists.canoo.com Subject: Re: [Webtest] How to check for broken images?

Hi Dave,

I've faced the same problem and I customized my local copy of Webtest to add a <verifyimages> test step which I can mail you, if you want.

Marc.

Hello:

I'm pretty new to webtest. After reading the docs, the list archives, and the javadoc, I'm unable to figure out how to go about verifying that all of the images on a page are available. <verifylinks> didnt seem to catch broken images.

Ideally, I'd like to be able to download and verify every image on the page, to make sure that they are all available.

Has anyone done this?