Easy Cucumber is an easy to use, zero code, cucumber JVM based library witch offers predefined steps to test your API.
- Make GET, POST, PUT and DELETE requests to your API;
- Mock HTTP dependencies with request, response, request headers, response headers and desired http status;
- Assert HTTP Status;
- Assert successfully and failed response body;
- Execute security tests with OWASP ZAP;
- Populate database tables and assert data;
- Put, consume and assert messages in queues;
- All features use
gherkin
syntax;