As explained here :
http://webtest.canoo.com/webtest/manual/storeRegEx.html

this should works :

<storeRegEx 
      description="Extract jsessionID from URL"
      text="http://[^/]+/SearchServlet.jsessionid.([^?]+)?menuid"
      group="1"
      property="jsessionid" />

david.
--


Le mercredi 05 décembre 2007 à 13:08 +0100, Christoph Wendel a écrit :
> Hello,
>  
> I like to extract a Parameter from the URL, someboby has me wrote that
> I can use the command "storeRegEx". I have now the Problem that this
> command not extract the Parameter. I have a URL like this:
> http://internet-svr:95/SearchServlet;jsessionid=F519ED157D3A0577B4C5FED69B3ECBF6?menuid=3
>  and I will write the number after "jsessionid=" in a variable but 
> "storeRegEx" write "jsessionid" in this variable. How can I write the number 
> in my variable?
>  
> Thanks for help
>  
> Christoph
> 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.503 / Virus Database: 269.16.14/1171 - Release Date:
> 04.12.2007 19:31
> 
> 

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to