Forum Discussion

amph1bius's avatar
15 years ago

How to test multiple values in a single request parameter?

I have a REST test case which requires inputting multiple values for the same parameter.

eg, &number=1&number=2&number=3

However, In soapui 3.6 (it says there is support for this) I can only create that parameter once. How do you get it to do as above?

Thanks
  • Hi!

    sorry for the delayed response; in 3.6.1 you can separate multiple values for a single parameter with pipe, ie define the parameter and set its value to value1|value2|value3

    In the nightly build and future versions this behavior is turned off by default and a corresponding property has been added to let you specify the delimiter to use on a request level (see the changelog at http://www.eviware.com/Nightly-Builds/s ... gelog.html for 2011-02-02 for more details).

    Hope this helps!

    regards,

    /Ole
    eviware.com