An open API service indexing awesome lists of open source software.

https://github.com/dandymaulana19/try_restassured

API automation testing using TestNG RestAssured
https://github.com/dandymaulana19/try_restassured

api api-testing automation automation-testing cucumber gherkin-language testing testng

Last synced: about 1 year ago
JSON representation

API automation testing using TestNG RestAssured

Awesome Lists containing this project

README

          

# RestAssured

This repository, try_restAssured, is focused on API automation testing using TestNG and RestAssured. The primary goal is to demonstrate how to set up and run automated tests for RESTful APIs.

## Setup and Installation

#### 1. Clone the repository:

```bash
git clone https://github.com/DandyMaulana19/try_restAssured.git
cd try_restAssured
```
#### 2. Install Dependencies:
Ensure you have Maven installed. Then, run:

```bash
mvn install
```

#
## Usage

#### 1. Running Test :
The tests are configured to run with TestNG. You can run the tests using the following Maven command:

```bash
mvn test
```

#### 2. Configuration:
Tests are configured in the `testng.xml` file located at the root of the repository. This file includes information about the test suite and classes to be executed.

For more details, visit the repository and explore the code files.