Skip to main content

How to work with JMeter

JMeter is the automated software by using it we can perform non functional testing like Performance Testing, Load Testing  and Stress Testing. In JMeter user can run the script of business transactions and check the performance of the system.

JMeter is the Open source and for using this we need to install Java in machine in which you want to work with JMeter If you want to check that Java is installed in your machine simply use the command

Java -version

this command will give you the version name of Java if it is installed other you need to install it from it's website.

The  JMeter application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

Apache JMeter has Ability to load and performance test many different server/protocol types:
  • Web - HTTP, HTTPS
  • SOAP / REST
  • FTP
  • Database via JDBC
  • LDAP
  • Message-oriented middleware (MOM) via JMS
  • Mail - SMTP(S), POP3(S) and IMAP(S)
  • MongoDB (NoSQL)
  • Native commands or shell scripts
  • TCP
You can download the Apache JMeter from here 

Apache JMeter, Automation Testing, Performance Testing Tool

After Download it you need to run the JMeter .bat file which in the bin folder inside the JMeter folder. JMeter folder you will found once you extract it.
When you run it following window will show

Apache JMeter, Automation Testing, Performance Testing Tool







Comments

Popular posts from this blog

Why Jmeter is best option for Performance Testing?

There are multiple tools in market for performance testing of any software but Jmeter is the best solution among all of them due to some reason listed below 1) Jmeter is the open source application so users who use this application will not to pay anything. 2) You can use Jmeter for performance of any web application,  Databases and Web Services (REST and SOAP APIs). 3) Jmeter have the user friendly UI component so it is very easy to use. 4) Jmeter can be used to simulate to put maximum number of concurrent users on a server, network or object to test its strength or to analyze overall performance under different load types. 5) Jmeter also use for functional testing for static( JavaScript and HTML) and dynamic( JSP, Servlets and AJAX) resources. 6) Jmeter provides Verity of graphical representations for performance report so it is easy to understand.

How You Can Test Database?

Now we know the Database Testing which you can learn in my last article. In this article we will discuss about the steps that need to following to test any Database. Database Tester should have some basic knowledge regarding SQL Command like DDL (create/drop),  DML (Insert/Delete/Update) and DCL (Grant/Revoke).

Record and Play Back in JMeter

In this section we will discuss about how to record a Test script than how we can play back that script in the browser. First we develop a  a Test Script than put a load of suppose 100 users and than run the test script again with this load while Test executing than we are getting result in performance matrices that how the Test performing in different number of users.