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