2 messages in com.canoo.lists.webtest[Webtest] invoke step with identifica...
FromSent OnAttachments
Philippe Schoch20 Apr 2006 02:25 
Marc Guillemot20 Apr 2006 02:39 
Subject:[Webtest] invoke step with identification
From:Philippe Schoch (phil@ergon.ch)
Date:04/20/2006 02:25:53 AM
List:com.canoo.lists.webtest

Hi,

I try to use <invoke> with identification at my first step. Unfortunately it doesn't work and the response is the 'login.faces' site.

<target name="ClickLink"> <webtest name="ClickLink"> &config; <steps> <invoke description="get the telcobill.faces page" url="telcobill.faces" username="username" password="password"/> <clickLink description="Click link" htmlId="_test:t1" /> </steps> </webtest> </target> </project>

If I use instead <invoke url="telcobill.faces?sid=username&amp;password=password" /> everything works fine. But that's a bad workaround (but ok for the moment).

Is Html-unit not sending the information in this way?

greets, Phil