Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 397 Bytes

File metadata and controls

2 lines (2 loc) · 397 Bytes

Rest-Assured-API-Testing-Practice

Rest-Assured is a Java-based library that is used to test RESTful Web Services. This library behaves like a headless Client to access REST web services. We can create highly customize-able HTTP Requests to send to the Restful server. This enables us to test a wide variety of Request combinations and in turn test different combinations of core business logic.