Tuesday, February 14, 2012

Jmeter tutorial videos

As discussed in earlier post the jmeter is a load testing tool. Now here are some videos related to jmeter.
These videos consists:-
  1. Identifying key scenarios  
  2. recording script
  3. parameterization
  4. data correlation
  5. understanding report 
Click here for jmeter tutorials video

6 comments:

  1. Recently I've found another JMeter Library, have you seen it?

    http://blazemeter.com/blog
    http://community.blazemeter.com/knowledgebase

    ReplyDelete
  2. I ran an application through QTP and Jmeter and captured the performance results. In QTP, page is navigating within 3 to 4 secs, but through Jmeter it is taking 40 secs approximately.

    Why such difference between these two tools?

    ReplyDelete
  3. Iam getting large response time (40713 ms) using Jmeter tool for Log Off in a web application which is not accurate. Could anyone know the reason how to analyze?

    ReplyDelete
  4. It may be because you might be running the script in GUI mode with multiple users, or the log off page have other http requests too. Try to run the script for single http request for log off.
    Or run the test in non GUI mode.
    jmeter -n -t Yourtest.jmx -l Name your result log.jtl -H 127.0.0.1 -P 8888
    Save your script in jmeter bin folder, and run the script using this command.

    ReplyDelete
  5. i need video mention in above link

    ReplyDelete
  6. Hi.. i am beginner to the jmeter.. can anyone share video tutorials on jmeter that how to understand report and data correlation

    ReplyDelete