top of page

Quickstart

Here is a short guide how you can start your performance testing adventure using performator.

cinematic, java, jdk, package, logo, product mockup box, main colors purple hues, accent c

Step 01

Install Java

Install Java JDK 17 or higher.

STEP 02

Clone project

Clone Or download the Performator Quickstart Project from github.

quickstart_github.png
quickstart_maven.png

Step 03

Run maven

open the project in an IDE of your choice, and run one of the sample tests using maven:
mvn clean verify -Dpfr_test="com.performetriks.performator.quickstart.tests.PFRTestExample"

STEP 04

CHECK Report

When the test finishes After a few minutes, you can check the HTML Report that you can find under:
./target/report

quickstart_htmlreport.png
quickstart_httpcodeExample.png

Step 05

Docs & Examples

You are now ready to start scripting your first tests. Check the examples in the project and gain more knowledge from the documentation. Both can be found in your clone of the Quickstart project.

bottom of page