12 messages in com.canoo.lists.webtestRE: [Webtest] problem with verifylink...
FromSent OnAttachments
ilfrin01 Jun 2004 04:37 
Dierk Koenig01 Jun 2004 05:03 
ilfrin01 Jun 2004 05:42 
Marc Guillemot01 Jun 2004 05:54 
ilfrin01 Jun 2004 06:25.xml, .html, .html
ilfrin01 Jun 2004 06:51 
ilfrin01 Jun 2004 08:16.html, .html
Lee Rodgers01 Jun 2004 08:52 
ilfrin01 Jun 2004 08:57 
Marc Guillemot02 Jun 2004 00:11 
ilfrin02 Jun 2004 00:35 
Marc Guillemot02 Jun 2004 00:40 
Subject:RE: [Webtest] problem with verifylinks and followframe
From:Dierk Koenig (dier@canoo.com)
Date:06/01/2004 05:03:28 AM
List:com.canoo.lists.webtest

Hi,

have you tried selecting your frame with a direct <invoke> instead of followframe?

cheers Mittie

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of ilfrin Sent: Dienstag, 1. Juni 2004 13:38 To: webt@lists.canoo.com Subject: [Webtest] problem with verifylinks and followframe

Hi,

I have a problem with the verifylinks element, or with understanding some other things perhaps ..

I have a test that logs me to a page with a user/pass, then follows a frame via <followframe/> and then in that frame it checks for the title, text elements and that's ok it works, but now I added the verifylinks step afterwards and the test crashes with a

com.canoo.webtest.engine.StepExecutionException: Unexpected exception caught: com.meterware.httpunit.NoSuchFrameException: No frame named calosc is currently active, Step: VerifyLinks at ...

and I don't know what to do about it, I did an experiment and removed the frames so that everything is in the first html (and subsequently i removed the followframe step) and then the verifylinks step works fine

so the problem seems to be something with the frames ? aby idea how to resolve it? thanks in advance for any suggestions ..