In this lesson, students will learn how to validate HTTP responses in Postman. They will learn how to check the response status code, response headers, and response body to ensure that the API is returning the expected results. Students will also learn how to use test scripts in Postman to automate the validation process, making it easier to validate API responses and ensuring that the API continues to return the expected results as changes are made over time. Additionally, students will learn how to use Postman’s test scripts to validate complex API responses, such as checking for specific values in the response body, validating response headers, and verifying that the API returns the expected error codes for invalid requests.
Back To The Course
Module 1: OOPS Concept
Module 2: Conditional and Loop statements
Module 3: Array
Module 4: String
Module 5 : Programming on String
Module 7: Exceptional handling
-
Try-catch-finally block
-
Throw and throws
Module 8: Collection
Module 9: Asynchronised Collection
-
ConcurrentHashMap, ConcurrentLinkedQueue, and ConcurrentSkipListSet
Module 10: Java 8 Concepts
-
Lambda expressions
-
Stream API
-
Date and time API
Module 11: Interview Practice based on Programming Question
-
Tips for preparing for technical interviews
Module 12: Selenium Architecture
-
Overview of Selenium