Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
with soapUI:
- create a Setup Script in your loadtest that loads the 100 values into a list and saves it to the loadtestcontext
- in your testcase have a groovy script that gets "its" value from this list via the context.ThreadIndex property and writes it to a property-step
- use this property-step property in your request in a parameter/header/body/etc.
with soapUI Pro
- create a DataSource teststep that reads the ID property from your database (set the DataSource) to be shared in the DataSource options dialog
- use this property in your request in a parameter/header/body/etc.
both
- Create a LoadTest with 100 threads and a run limit of 100 runs
run the loadtest.. and hold your thumbs :-)
regards!
/Ole
eviware.com
with soapUI:
- create a Setup Script in your loadtest that loads the 100 values into a list and saves it to the loadtestcontext
- in your testcase have a groovy script that gets "its" value from this list via the context.ThreadIndex property and writes it to a property-step
- use this property-step property in your request in a parameter/header/body/etc.
with soapUI Pro
- create a DataSource teststep that reads the ID property from your database (set the DataSource) to be shared in the DataSource options dialog
- use this property in your request in a parameter/header/body/etc.
both
- Create a LoadTest with 100 threads and a run limit of 100 runs
run the loadtest.. and hold your thumbs :-)
regards!
/Ole
eviware.com