• Home
  • Public Speaking
  • Travel

JMeter

In this page, we will see step-by-step creating a test plan over JMeter & generate a report at the end. Now, sit back and watch:

Creating a Plan by adding Steps

Add steps by defining endpoints and method types. Rather than manual addition, some plugins (such as Blazemeter) can generate the whole scenario by recording your actions over the browser. At the end, it creates a jmx file, which can be opened over JMeter.

Assertions

At each step assertions can be added.

Assertions: Response Code

After each step, response code can be checked.

Assertions: Duration Assertion

After each step, maximum acceptable waiting time can be checked.

Listeners

After the execution, to check the results, listeners are added.

Fire!

We are ready to run. After we played the scenario, results can be investigated under results tree.

Report

An html report can be generated by using the results jtl file, which is produced in the previous step :

Analysis

Over the report, different analysis can be performed such as Percentiles