Next API Testing Training video is live. This session covers:
- Form based auth
- user filling out his credentials on a form
- given().auth().form("John", "Doe")....
- oAuth based authentication
- what is oAuth and access token??
- given().auth().preemptive().oauth2(accessToken)....
- Object Mapping
- Serialization
- From java object to json
- Form Hashmap to json > com.seleniumtests.tests.api_testing.RestAPITest3#postToCreate
- Deserialization
Ref: https://github.com/rest-assured/rest-assured/wiki/Usage
Comments
Post a Comment
No spam only genuine comments :)