Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 686 Bytes

README.MD

File metadata and controls

24 lines (15 loc) · 686 Bytes

JMETER API TEST WITH WEBSITE AND JAVA CODE

This project contains tests which simulate the jmeter gui in the api.This contain a java sampler test where you can call your existing test automation code.

Project Setup

Following instructions will get you tests project setup on local machine.

Clone the project and navigate to project folder.
Execute 'mvn clean install' to install all project dependencies.

Execute all tests

Right click and execute ,it will generate the jmeter report which can opened in the Jmeter UI. Reports will be available in report folder.Each time you have to delete the files in this folder.

Tests

JmeterJavaSamplerTest

JmeterWebTest