REST-Assured from the ground up
Today I finished a simple project with REST-Assured. It’s not only a demo presenting my approach to the API testing with this framework, but maybe a base for other projects. Maybe for instance: REST-Assured with Serenity, maybe: adding REST-Assured module to the Selenium project, or: a fundamental for a project where I could present usage of mocking external services, like: WireMock.
As a “system under tests” I used the RESTful booker project. More info you may found here
Within this project I used:
- RequestSpecBuilder
- JSONObjectBuilder
- Fluent Interface design pattern
- TestNG as a test management framework
The source code you may find on my GitHub
Comments