> Of course, although I read user manual, I need more information.
> 
> I can understand these role,however, I don't know how to use.
> What can I do using these modifiers?

There is example of test using url rewriting in the docs for download.
Basically you attach this element to thread or controller and it will
parse session ids from links in response and attach it to proceeding
requests. So you don't have to write request like
http://host;sessionid=XXXX?params=, sessionid=XXXX will be generated for
you.

Link parser is for parsing parameters of links from previous response
and you can easily use it in next request. There is quite detailed
description in the docs with screenshot included. Could you ask more
specific question? 

best regards,
Michal Kostrzewa



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to