- API Testing
-
Basics
- Check your knowledge
-
Quiz: End-to-end testing and API contract testing in Postman
-
Challenge: Add simple tests to an existing Test Suite
-
Solution: Add simple tests to an existing Test Suite
- Wrapping up
-
Resources
-
Recap
[V10] End-to-end testing and API contract testing in Postman
Learn how to write different tests to ensure that your API is working as expected
In this module, you will learn how to:
- Write test scripts to execute after the request
- Write test suites in JavaScript
- Write pre-request scripts to execute before the request
- Set, retrieve, and clear variable values with scripts
- Use dynamic variables insert dummy data
- Use assertions with objects and arrays