12 messages in com.canoo.lists.webtest[Webtest] problem with verifylinks an...
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:[Webtest] problem with verifylinks and followframe
From:ilfrin (ilf@poczta.onet.pl)
Date:06/01/2004 04:37:45 AM
List:com.canoo.lists.webtest

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 ..