Skip to content

This project demonstrates automated testing of a API using Rest Assured. The API functionalities covered in this project include money transactions, user login, user creation, and user search.

Notifications You must be signed in to change notification settings

Fayrose96/dmoney-Rest-Assured

Repository files navigation

D Money REST Assured Tests

This repository contains automated API tests for D Money using Rest Assured.

Overview

These tests are designed to validate the functionality of key API endpoints in D Money. The primary focus is on user authentication, user creation, and user search functionalities.

Tools and Technologies Used

  • Rest Assured: A Java library for testing RESTful APIs.
  • Gradle: Build automation tool.
  • IntelliJ IDEA: Integrated Development Environment.

Prerequisites

  • Java Development Kit (JDK) installed
  • Gradle installed
  • Git installed

Setup

  1. Clone the repository:

    ``bash git clone https://github.com/your-username/dmoney-rest-assured-tests.git

  2. Open in IntelliJ IDEA: Open the project in IntelliJ IDEA and ensure that Gradle dependencies are resolved.

Running the Tests

Execute the tests using the test runner in your IDE or via Gradle command line:

bash

./gradlew test

Report Screenshot

image

image

About

This project demonstrates automated testing of a API using Rest Assured. The API functionalities covered in this project include money transactions, user login, user creation, and user search.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published