Rest Assured API Test Framework

Hi Everyone,

I am looking to automate API testing using Rest Assured with Java, I need to automate many cases.
I am looking for a framework reference that I can reuse across different test cases, test environments
RequestSpecification to build baseUrl, headers, path and query parameters, and use the RequestSpecification to extract the response.
Log the request and response across test cases.

Please share any repository for reference and best practices to create reusable utilities.

Regards,
Naveen

2 Likes

I did some videos a few years ago on Rest Assured. It starts from basic.
Have a look if you like https://www.youtube.com/watch?v=ksRBBg5hi0k

4 Likes

TAU course looks good

This udemy course is also pretty good: https://www.udemy.com/course-dashboard-redirect/?course_id=1323780 (of course it is not for free)

1 Like