2 messages in com.canoo.lists.webtestRe: [Webtest] status of continuing a ...
FromSent OnAttachments
Frank Langanke27 Mar 2006 01:32 
Paul King27 Mar 2006 03:45 
Subject:Re: [Webtest] status of continuing a session
From:Paul King (pau@asert.com.au)
Date:03/27/2006 03:45:13 AM
List:com.canoo.lists.webtest

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,