In a programming world - this is equivalant of :
if (condition) { statements .... }In JMeter you may have :
Thread-Group (set to loop a number of times or indefinitely, ... Samplers ... (e.g. Counter ) ... Other Controllers .... ... IfController ( condition set to something like - ${counter}<10) ... statements to perform if condition is true ... ... Other Controllers /Samplers }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|