| author: Cyrus Montakab created 2003/06/30 author: This is a Conditional Controller; it will execute the set of statements author: (samplers/controllers, etc) while the 'condition' is true. author: In a programming world - this is equivalant of : author: if (condition) { author: statements .... author: } author: In JMeter you may have : Thread-Group (set to loop a number of times or indefinitely, author: ... Samplers ... (e.g. Counter ) author: ... Other Controllers .... author: ... IfController ( condition set to something like - ${counter}<10) author: ... statements to perform if condition is true author: ... author: ... Other Controllers /Samplers } |