Forum Discussion
SmartBear_Suppo
Alumni
15 years agoThe things you describe are definately possible in soapUI+loadUI.
Well, for example you could make a call in soapUI like this:
To generate quantity-tags with (random) values between 0 and 19.
/Henrik
Dunger wrote: When you mentioned "..easier ways than Excel spreadsheets", could you elaborate please?
Well, for example you could make a call in soapUI like this:
<quantity>${=new java.util.Random().nextInt(20)}</quantity>To generate quantity-tags with (random) values between 0 and 19.
/Henrik