Thursday, June 26, 2014

JMeter Features: 

  • Its free. Its an open source software.
  • It has simple and intuitive GUI.
  • JMeter can load and performance test many different server types: Web - HTTP, HTTPS, SOAP, Database via JDBC, LDAP, JMS, Mail - POP3 
  • It is platform-independent tool. On Linux/Unix, JMeter can be invoked by clicking on JMeter shell script. On Windows it can be invoked by starting the jmeter.bat file. 
  • JMeter store its test plans in XML format. This means you can generate a test plan using a text editor. 
  • It's full multi-threading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by separate thread groups. 
  • It is highly Extensible. 
  • Can also be used to perform automated and functional testing of your application.

Monday, June 23, 2014

What is JMeter? 

JMeter is a software allowing to load test or performance oriented business (functional) test on different protocols or technologies.
Stefano Mazzocchi of the Apache Software Foundation was the original developer of JMeter.
He wrote it primarily to test the performance of Apache JServ (Now called as Apache Tomcat project).
Apache later redesigned JMeter to enhance the GUI and to add functional-testing capabilities. This is a Java desktop application with a graphical interface using the Swing graphical API, can therefore run on any environment / workstation accepting a Java virtual machine, for example: Windows, Linux, Mac, etc.