Saturday 8 August 2015

Apache JMeter Tutorial

Apache JMeter is an open-source load-testing tool. It is a desktop application for load testing and performance measurement. JMeter is primarily designed to perform load testing on web applications (Client-server model based applications).

What is Load Testing (Performance Testing)
Load testing is performed to determine the system behavior on high load conditions (Ex: Working with parallel users, increasing transaction per second etc.,). Load testing is used to identify maximum operating system capacity.

In this tutorial series, you are going to learn, how to use JMeter in your Applications.

Why JMeter
1.   JMeter is open source software, so you no need to invest any money.
2.   Easy learning curve
3.   Complete portability and 100% Java purity.
4.   Ability to load and performance test many different server/protocol types such as HTTP, HTTPS, REST, FTP, LDAP etc.,
5.   It is extensible, APIs are available for customization
6.   JMeter provides user interface, that makes it to use easily.
7.   Caching and offline analysis/replaying of test results.
      Installing and setting JMeter
      Test Plan components
      Test plan window
      Add Thread group to test plan
      Add samplers
      Logic controllers
      Add listeners
      Add timers
      Adding Assertions
      Configuration Elements
      Pre-processor Elements
      Post-processor Elements
      Building a test plan

Prevoius                                                 Next                                                 Home

No comments:

Post a Comment