Hi, The listeners can tell you everything is right, just because every requests got a HTTP 200 return code. Even if, you were never connected to the application.
You need to add controller to your samples to check the results for the listener to know if the test was right. Add a Tree Result Listener (not sure of the english name) and look at the responses when you run the test: are they ok ? Tibo On Thu, Mar 4, 2010 at 09:00, SriniB1977 <[email protected]> wrote: > > Here is the process i followed: > 1.I configured Jmeter Proxy for my website > 2.Then i have recorded the Login, Reward item selection & Check out of item > transaction. The transaction was successful > 3.Now i stopped the Jmeter Proxy and saved my Test Plan > 4.I check my website if the transaction is showed in the transaction > history > and i see the Transaction > 5.Now i Open my Test Plan and then for the Thread Group i enter the No of > Threads as 2, Ramp up time as 1 sec and Loop Count as 1 then added some > Listners > 7. Saved my Test Plan and then Run it > 8. The Test Run was successfull and my Listners are showing the Success > report > My Question is: > **Now i check my website for the transactions. > As the Test Plan Run was successful. I thought that there would be 2 > Transactions > But there are no new transaction. > In my Listners i am able to see all the Threads as Success...but the actual > transaction have never happened??? ** > > -- > View this message in context: > http://old.nabble.com/will-jmeter-perform-the-transactions-with-multiple-threads...-tp27777800p27777800.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

