Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi Mehmet,
One way to do it is using properties and simulate a loop with a counter that would be implemented using property expansion, Groovy script and a conditional goto.
Define a property for your test suite in which you're creating user profiles the way you're doing for a single user instance. Create a conditional loop after a single user instance is created. Put a Groovy script that increments the value before the conditional goto test step and you should be ready to go. Along the way, you'll need to use property expansion inside your request.
I hope this helps.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla
One way to do it is using properties and simulate a loop with a counter that would be implemented using property expansion, Groovy script and a conditional goto.
Define a property for your test suite in which you're creating user profiles the way you're doing for a single user instance. Create a conditional loop after a single user instance is created. Put a Groovy script that increments the value before the conditional goto test step and you should be ready to go. Along the way, you'll need to use property expansion inside your request.
I hope this helps.

Cheers!
/Nenad Nikolic a.k.a. Shonzilla