What is the correct way to stay logged in to my web application from
step-to-step?
When I have
<project name="WebTestDemo-allTests" default="test">
<target name="test" description="runs all the tests">
<ant antfile="Login.xml"/>
<ant antfile="SendMessage.xml"/>
</target>
</project>
The first file logs me in. But when the second file runs, it is back to
the application login page. How to I stay logged into my application
between groups of steps?
Regards,
Michael Clarage
CTO, Concentrica
781-890-1300