In all my tests, I add the "Results Tree", but I check the "Errors only" - because having the Results Tree listener really slows down the test a lot if I am recording all the results, but it doesn't slow me down at all if I only record the errors.
Then I can view the errors in the results tree - and I can usually get a pretty good idea of what went wrong. (9 times out of 10, it is some variable that I was trying to get through the regular expression extractor, and I didn't have the regular expression quite right.) -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -----Original Message----- From: Shaba K [mailto:[email protected]] Sent: Tuesday, December 20, 2011 10:20 AM To: JMeter Users List Subject: Re: some of the transactions fail during concurrent tests Add View resultr tree > run ur tests see the results .. It's straight forward On Tue, Dec 20, 2011 at 4:15 PM, Bhuiyan, Hasan (Hasan) < [email protected]> wrote: > Hi Friends, > > The test has no problem with 1 user but when I run more than 1 user > concurrently some transactions fails sometimes. In the jmeter log I > found below: > > <failureMessage>Test failed: text expected to contain /Checkout - > Contact/</failureMessage> </assertionResult> </httpSample> > > </testResults> > > > Can you please help how to pin point the issue. > > Best regards, > Hasan > > This message, including any attachments, is the property of Sears > Holdings Corporation and/or one of its subsidiaries. It is > confidential and may contain proprietary or legally privileged > information. If you are not the intended recipient, please delete it > without reading the contents. Thank you. > > --------------------------------------------------------------------- > 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]
