- What is Rest Assured?
- Advantages of Rest Assured
- How to setup Rest Assured?
-
- Clone the below repository
-
- Run the application
-
- Install the Postman
- What is HTTP?
- What are different types of HTTP method?
- What is GET? How to make get request in Rest Assured?
- Rest assured get api automation without BDD approach
- Rest assured get api automation with BDD approach
- What is POST?
- How to make a POST Request using Rest Assured?
- Rest assured get api automation without BDD approach
- Rest assured get api automation with BDD approach
- What is PUT?
- How to make a PUT Request using Rest Assured?
- Rest assured get api automation without BDD approach
- Rest assured get api automation with BDD approach
https://onlyfullstack.blogspot.com/2020/04/how-to-make-put-request-in-rest-assured.html
- What is DELETE?
- How to make a DELETE Request using Rest Assured?
- Rest assured get api automation without BDD approach
- Rest assured get api automation with BDD approach
https://onlyfullstack.blogspot.com/2020/04/how-to-make-delete-request-in-rest-assured.html
- What is JsonPath?
- What is XmlPath?
Different ways to Verify the Response in Rest Assured
-
- Verify the Response with JsonPath in Rest Assured
-
- Extracting the response and Validating with assertion
-
- Validating the response with Json String in Rest Assured
-
- Validating the response from file in Rest Assured
-
- Validating the response with Json Schema in Rest Assured
- What is Json Schema?
- How to generate the Json Schema?
- Different ways to provide body in HTTP Post with Rest Assured
-
- Input Body as simple Json String in Rest Assured
-
- Input Body as Map in Rest Assured
-
- Input Body as Object in Rest Assured
-
- Input Body from file in Rest Assured
https://onlyfullstack.blogspot.com/2020/04/different-ways-to-provide-body-in-rest-assured.html
- How the Authorization happens in Rest APIs?
- What is OAuth Authentication used for Rest API? What are the advantages of this Authorization System?
- Why can't we send username and password in each rest call?
- How to call the Rest API which Require Authentication in Postman?
- How to get the OAuth2 Authentication Bearer in Rest Assured?
- How to get the OAuth2 Access Token in Rest Assured?
- How to call the OAuth2 protected Rest api in Rest Assured?
https://onlyfullstack.blogspot.com/2020/04/rest-assured-tutorial-only-fullstack.html