Home United States USA — software REST Assured: CRUD Framework for API Testing

REST Assured: CRUD Framework for API Testing

218
0
SHARE

CRUD is an acronym for Create Read Update Delete which is a modularized & standard design pattern followed in the software testing/development of API.
Join the DZone community and get the full member experience. REST Assured is an open-source (free) Java library available for testing primarily the RESTful web services. REST Assured is a Java domain-specific language(DSL) for simplifying testing of REST-based web services built on top of HTTP. It supports most commonly used HTTP verbs like GET, POST, PUT/PATCH DELETE, OPTIONS, HEAD which can be used to validate & verify the response of these requests.

Continue reading...