If possible, could it check the value of a (Compound) variable? (e.g. to be Y / True / 1 / "some fixed string")
That should to make it more generic - e.g. allow it to use regexFunction or even Random (!) - as well as allowing JavaScript. It would be nice if it could also detect assertion failures; that would probably have to be done as a separate option - or maybe a separate controller? Just a thought. -- The opinions expressed herein are my own, and are not necessarily endorsed by my employer ... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 09:34 To: JMeter Developers List Cc: [EMAIL PROTECTED] Subject: Re: loop and branch decision making? I am working on a new Controller which would iterate while a (javaScript) condition is true. This would be released fairly shortly. Cheers Cyrus Montakab [EMAIL PROTECTED] adyne.com 02/07/2003 00:56 To: [EMAIL PROTECTED] Please respond to cc: (bcc: Cyrus Montakab/External) "JMeter Subject: loop and branch decision making? Developers List" I've looked through all the documentation and I can't find the following: I need to send the same HTTP request repeatedly until the response contains a certain response(a self refreshing page checking a status of a server side job). I figure that the loop controller would have something along the lines of: loop until value of (regexp )function equals "blah". Also, along the lines of a controller, I need a controller that will look at the result of some funtion and depending on the result, will execute one branch of testing(a sampler or a module or whatever) To sum it up, I'm looking for: "if this, then run this test else if ... , else if... , else" "loop this until this is true/false" Is this possible with JMeter currently? -Henrik Bentel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
