Files
TechRadarAJR/radar/2017-03-01/rest-assured.md
Philip Feldmann 6c5b0ad326 Implemented feedback of tester
Fixed categories and slightly darkened the markdown color to increase
readability
2017-04-06 11:06:43 +02:00

13 lines
767 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Rest Assured (Testing)"
ring: assess
quadrant: tools
---
**[REST-assured](https://github.com/rest-assured/rest-assured)** is a Java DSL for simplifying testing of REST-based services built on top of HTTP Builder. It supports the most important http request methods and can be used to validate and verify the response of these requests.
At AOE, we use REST-assured with Spock to automate our API testing. We appreciate the easy-to-use DSL, which uses the Given-When-Then template (also known as Gherkin language). This template helps other project members to understand the code/test easily.
Because of the seamless integration with Spock and our positive experience in one of our major projects, we classify REST-assured as *assess.*