Using the TestNG ITestContext to create smarter REST Assured tests
In this post, I would like to demonstrate two different concepts that I think work very well together: How to store and retrieve data objects using the TestNG ITestContext for better code maintainability How to communicate with RESTful web services...