Introduction
Hi ninja! Welcome to another exciting blog by coding ninjas. We hope you are doing fine. In this article, we will discuss the integration of JMeter and Applitools in Katalon Studio.
The Apache JMeter provides excellent API and Web service testing. Applitools is a visual testing and monitoring tool based on artificial intelligence. Both of these plugins are handy testing tools. Let us consider both these tools one by one.

JMeter Integration
The Apache JMeter provides excellent API and Web service testing. We can integrate it into Katalon using two simple ways.
-
The first method is to install the JMeter integration plugin from the Katalon Store.
- We can also integrate JMeter manually.
Follow these steps to install the JMeter integration plugin.
Step 1: Go to the Katalon Store and search for the JMeter integration plugin.
Step 2: Now, click the JMeter thumbnail. A product details page will appear. Click Install and then again click Accept and Install in the dialog box.
Step 3: Your plugin will start to install. After the installation is complete, go back to the Katalon Studio and reload the plugins.
Follow the below steps to link JMeter with Katalon manually.
Step 1: The first step is to install Gradle. It is a popular build management tool that you can install from its official site.
Step 2: The second step involves the pulling of JMeter dependency. We do it in two steps.
-
First create a build file in your project: build.gradle.
-
Now download the JMeter dependencies by running the following command. gradle katalonCopyDependencies.
Step 3: Now extract the JMeter bin folder in the include directory of your Katalon project. We will now create our JMeter runner.
Step 4: Go to Include > scripts > groovy. Create the JMeterRunner and KatalonSamplerClient files inside groovy. These files will run the test cases and return results.
Congratulations! You have successfully linked JMeter with Katalon.
Must Read Apache Server




