Hi, I don't understand what you want to achieve. What do you want to do with the stored cookie?
Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com BL Soccer wrote: > i don't receive a correct login by setting the session-ID. when the > login was successful > > a HTTP error 400 is generated. how can be handled the storing from > session-ID for the whole webtests ? > > > > > > <dataDriven tableContainer="log_data.xls"> > > <webtest name="Register ${userid} ${passwort}"> > > <invoke > > url="http://localhost:8080/logon.do" > > description="get Login Page" /> > > > <setInputField name="i_userid" value="${userid}"/> > > <setInputField name="i_passwort" value="${passwort}"/> > > > <clickButton label="Login"/> > > <storeCookie name="JSESSIONID" property="sessionid"/> > > </webtest> > > </dataDriven> > > > > thanks, > > andré > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

