Every time you have a <webtest...> element you get a new session.
If you want to keep the same session, you need to have (to use
the previous common login example) just the steps required to do
a login within your macrodef and call that macrodef inside your
<webtest...> followed by your specific steps for the current test.
If this is not what people are observing let me know and I will
investigate further.
Regards,
Paul.
Frank Langanke wrote:
Hi,
in reply to this thread
http://lists.canoo.com/pipermail/webtest/2006q1/005185.html
what is the status of continuing a session?. I'm heading for the same
problem, since macrodefinitions don't work well with include files via
entities. Paul wrote " What you are describing is intended to be
supported as of the last few weeks."
Cheers,