TestRunner

A BDD framework to perform REST API automation

Getting Started

Prerequisites

What you need to install before importing the project.

1. Java (1.8)
2. Maven

Starting your automation project

  1. Maven
mvn clean install
  1. IDE
Run the testng-xmls/API_TEST.xml to start the execution

Note :

Modify the API Requests according to your project need and then run the script.