Hi

I have been trying to use different values for a parameter using the
users.xml file and "HTTP User Parameter Modifier" under the pre-processors.
I would like to test about a hundred values under one user (thread) for that
parameter.

For example: the tests are to be HTTP requests in the form:
        http://server.com/test.cgi?query=test1

and for that same thread, I would like to try out "test2" as a value for the
"query" parameter.

My users.xml file looks like:

<allthreads>
        <thread>
          <parameter>
                <paramname>query</paramname>
                <paramvalue>test1</paramvalue>
          </parameter>
          <parameter>
                <paramname>query</paramname>
                <paramvalue>test2</paramvalue>
          </parameter>
          .....
        </thread>
</allthreads>

However, the second value of parameter is never tested.

Would I need to go to the source code for this, so for it to iterate through
the different parameter values for the same parameter name?

Regards
Gul

--------------------
Gul Akbar
Software Developer
The British Library
Wetherby
01937 54-6004
www.gakbar.co.uk


**************************************************************************

Experience the British Library online at www.bl.uk 

Help the British Library conserve the world's knowledge. Adopt a Book.
www.bl.uk/adoptabook 

*************************************************************************

The information contained in this e-mail is confidential and may be legally
privileged. It is intended for the addressee(s) only. If you are not the
intended recipient, please delete this e-mail and notify the
[EMAIL PROTECTED] : The contents of this e-mail must not be disclosed or
copied without the sender's consent. 

The statements and opinions expressed in this message are those of the
author and do not necessarily reflect those of the British Library. The
British Library does not take any responsibility for the views of the
author. 

************************************************************************* 


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

Reply via email to