From bb2943701c23a0c32ef5dae5dc9569ddfe7678a0 Mon Sep 17 00:00:00 2001 From: "daniel.motzko" Date: Fri, 2 Jul 2021 14:58:13 +0200 Subject: [PATCH] Fix typos and change some grammatical constructions --- radar/2017-03-01/rest-assured.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/radar/2017-03-01/rest-assured.md b/radar/2017-03-01/rest-assured.md index f3753e2..7590725 100644 --- a/radar/2017-03-01/rest-assured.md +++ b/radar/2017-03-01/rest-assured.md @@ -1,11 +1,14 @@ --- -title: "Rest Assured (Testing)" +title: "REST Assured" 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. +**[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. +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.* +Because of the seamless integration with Spock and our positive experience in one of our major projects, we classify REST Assured as *assess.*