In this lesson, students will learn how to use assertions to verify the data in the HTTP responses they receive in Postman. They will learn how to create and customize assertions, how to use different types of assertions (e.g. equality, comparison, regular expressions), and how to validate response data against expected values. Additionally, students will learn how to use assertions to validate the structure of the response data, such as checking the data types of response values and verifying the presence of specific keys or elements in a JSON response. By the end of this lesson, students will have a solid understanding of how to use assertions in Postman to validate their API responses and ensure the accuracy of their API tests.
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