Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
If you want to use a fixed set of customer names please check out the DataSource functionality in soapUI Pro which can be shared between threads during a loadtest. Alternatively if you just want to generate unique names you can add a simple inline groovy script to generate some random number into the name, for example:
customer${=(int)(Math.random()*100000)}
regards!
/Ole
eviware.com
If you want to use a fixed set of customer names please check out the DataSource functionality in soapUI Pro which can be shared between threads during a loadtest. Alternatively if you just want to generate unique names you can add a simple inline groovy script to generate some random number into the name, for example:
regards!
/Ole
eviware.com