In this lesson, students will learn how to validate the HTTP response received after making a request in Postman. They will learn how to check the response status code, which indicates the result of the request, and how to examine the response headers, which contain additional information about the response. The lesson will cover how to use various features of Postman, such as the test scripts, to validate the response and how to write simple scripts to check the status codes and headers. The goal is to give students the skills and knowledge they need to ensure that the responses they receive from APIs are accurate and consistent with their expectations.
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