REST Assured

REST Assured is a Java-based DSL for simplifying testing of REST services. It integrates with JUnit and TestNG, and supports BDD-style test scripting with a fluent API for validating HTTP responses, headers, and JSON/XML payloads.

API entry from apis.yml

apis.yml Raw ↑
name: REST Assured
description: REST Assured is a Java-based DSL for simplifying testing of REST services. It integrates
  with JUnit and TestNG, and supports BDD-style test scripting with a fluent API for validating HTTP responses,
  headers, and JSON/XML payloads.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://rest-assured.io/
baseURL: https://rest-assured.io/
tags:
- Java
- BDD
- REST
- Test Automation
properties:
- type: Documentation
  url: https://github.com/rest-assured/rest-assured/wiki/Usage
- type: GitHubOrg
  url: https://github.com/rest-assured/rest-assured