Skip to content

orianisihaloho/APIAutomation_DANADemo

Repository files navigation

APIAutomation_DANADemo

API Automation using Rest Assured include: Do testing about HTTP REQUEST:

  • GET employee
  • POST employee
  • Then, we get the HTTP response

HTTP REQUEST GET

alt text

HTTP REQUEST POST

alt text

Table of Contents

Getting Started

Requirements

  • Rest Assured
  • Java 8
  • JUnit
  • Jackson Databind
  • Intellij IDEA

Usage

  1. Clone this project
  2. Open the project on Intellij IDEA
  3. Run the HTTP REQUEST (GET or POST)