- Install JMeter https://jmeter.apache.org/download_jmeter.cgi
- Build the project
./gradlew installDist
- Move the generated jar files into your JMeter installation's
lib/ext/
directory - Open the JMeter GUI and you should see the custom Sampler named
pecc.EscherRequestSampler
!
- Create a simple JMeter "Test Plan" with these steps:
- Right-click "Test Plan" in the left-hand menu
- On the menu that appears, navigate through and select "Add" > "Threads (Users)" > "Thread Group"
- Right-click the "Thread Group" element that appears in the tree on the left
- On the menu that appears, navigate through and select "Add" > "Sampler" > "Java Request"
- On the "Java Request" screen that appears, click the dropdown menu
- You should see the custom sampler,
pecc.EscherRequestSampler
- Fill in the fields, like scope, key, secret, etc.