Sounds like it does a string comparison... You should probably follow Philippe's suggestions to troubleshoot.
Shmuel Krakower. www.Beatsoo.org - re-use your jmeter scripts for application performance monitoring from worldwide locations for free. On Wed, Aug 13, 2014 at 8:36 AM, Philippe Mouawad < [email protected]> wrote: > Hello, > Did you check jmeter.log for errors ? > Could you create a simple test plan using debug sampler to show issue if it > is? > > Try displaying with debug sampler the value of ${QuoteRequestID_matchNr} > before IfController. > Regards > > On Wednesday, August 13, 2014, Oliver Erlewein <[email protected]> > wrote: > > > Hi all, > > > > So I've been fighting the If Controller for the last days (Ubuntu 64 bit, > > Java 1.7 64bit, JMeter 2.11). I have to queries that basically simulate > an > > If...then...Else. > > ${QuoteRequestId} is populated by a regexp from the previous call. > > > > 1) If Controller: ${QuoteRequestID_matchNr} > 0 > > Do some steps. > > > > 2) If Controller: ${QuoteRequestID_matchNr} < 1 > > Do some steps. > > > > Both have no ticks in Variable Expression and Evaluate for all children. > 1) > > works and 2) doesn't. Nothing I tried with 2) worked. Testing for other > > stuff, using javascript, jexl,... > > > > What is going on? This is not the only time I've had this. IF Controller > > seems to work only sporadically. > > > > Cheers > > Oliver > > > > > -- > Cordialement. > Philippe Mouawad. >
