Next API testing video tutorial covers following topics - How to specify auth? Basic Auth Preemptive basic auth credentials are sent before server responds with unauthorised response. reduces overhead of additional connection. Challenged basic auth credentials are supplied only when server asks for it. Ex: https://www.httpwatch.com/httpgallery/authentication/ First post request Ref: https://github.com/rest-assured/rest-assured/wiki/Usage
Next API Testing video tutorial is live :) This session covers - Modifications in api_testing package > new base class Verify array elements using hasItem Specifying HTTP verb Measure response time Logging response elements Extract entire response Specify header and cookie