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é

Reply via email to