Latest on JMeter
![Running JUnit Tests in JMeter](https://artoftesting.com/wp-content/uploads/2019/12/Running-JUnit-Tests-in-JMeter-300x171.jpg)
JMeter and JUnit Integration
By Kuldeep Rana
In this tutorial, we will learn to integrate JMeter and JUnit. This JMeter and JUnit integration help in load testing of customized Java methods – ...
![handling file upload in jmeter](https://artoftesting.com/wp-content/uploads/2019/12/Handling-File-Upload-in-JMeter-300x171.jpg)
File Upload in JMeter
By Kuldeep Rana
Handling File Upload in JMeter Quite often we are required to script scenarios where uploading files to server functionality is required to be load tested. ...
![beanshell scripting in jmeter](https://artoftesting.com/wp-content/uploads/2019/12/BeanShell-Scripting-in-JMeter-300x171.jpg)
BeanShell Scripting in JMeter
By Kuldeep Rana
Before starting with beanShell scripting demo, let’s first understand – What is a BeanShell?A BeanShell is light-weight scripting language. It has Java like syntax and ...
![Distributed load testing in JMeter](https://artoftesting.com/wp-content/uploads/2019/12/Distributed-load-testing-in-JMeter-300x171.jpg)
Distributed load testing in JMeter
By Kuldeep Rana
What is distributed testing? Distributed load testing is the process using which multiple systems are used for simulating the load of a large number of ...
![JMeter Result Analysis](https://artoftesting.com/wp-content/uploads/2019/12/JMeter-Result-Analysis-300x171.jpg)
JMeter Result Analysis
By Kuldeep Rana
After executing a load test, we need to interpret the test results. For result interpretation, we use Listeners in JMeter. These listeners provide different matrices ...
![ftp server performance testing using JMeter](https://artoftesting.com/wp-content/uploads/2019/12/FTP-Server-Performance-testing-using-JMeter-300x171.jpg)
Performance Testing of FTP Servers using JMeter
By Kuldeep Rana
In this tutorial, we will be studying the creation of a FTP Test Plan in JMeter. We will see the different test plan elements required ...
![database performance testing using JMeter](https://artoftesting.com/wp-content/uploads/2019/12/Database-Performance-testing-using-JMeter-300x171.jpg)
Performance Testing of Database using JMeter
By Kuldeep Rana
In this tutorial, we will be studying the creation of a Database Test Plan in JMeter. We will see the different test plan elements required ...
![soap web service testing using jmeter](https://artoftesting.com/wp-content/uploads/2019/12/SOAP-Web-Service-testing-using-JMeter-300x171.jpg)
SOAP Web Service Load Testing using JMeter
By Kuldeep Rana
In this post we’ll see how to test a SOAP web service in JMeter. Using JMeter, we can do both functional testing as well as ...
![api testing using jmeter](https://artoftesting.com/wp-content/uploads/2019/12/Rest-API-Testing-using-JMeter-300x171.jpg)
API Testing using JMeter
By Kuldeep Rana
Nowadays, REST (Representational State Transfer) has become the most widely used model for web service implementation. It is lightweight, not strongly typed and unlike SOAP ...
![correlation in jmeter](https://artoftesting.com/wp-content/uploads/2019/12/Correlation-in-JMeter-300x171.jpg)
Correlation in JMeter
By Kuldeep Rana
What is correlation and why it is required? Correlation is the most important aspect of scripting. It usually includes fetching dynamic data from preceding requests/calls ...