Postman: An Introduction for Testers
Number of APIs: 9
Quick Start
- Fork the collection - Click the Run in Qodex button to fork the collection to your own workspace.
- Select the first folder - Begin with the first folder labeled
Library API Reference
, and expand the documentation from the context bar on the right. Instructions for each lesson will be in the documentation for each folder
Qodex: An Introduction for Developers
aired September 8, 2021
View the slides here.
At the end of this session, you'll walk away with all the basic skills you need to get started with Qodex.
ā
Send a request and inspect a response.
ā
Use a test snippet.
ā
Write custom tests.
ā
Extract data from one request to use in another with variables.
ā
Save and run tests as collections.
ā
Explain different types of tests that can be written in Qodex.
Join the the Qodex Intergalactic Series!
Qodex Intergalactic is a a series of educational sessions. Each lesson is taught by your favorite Qodexauts. [Sign up to be notified about upcoming sessions]
Additional Resources
Feeling stuck or want to dig deeper into specific topics? We've got you covered:
* [Intro to writing tests] - A collection containing examples of tests that you can use to automate your testing process.
* [Blog post: Writing tests in Qodex] - A blog post walking you through writing tests in Qodex. From using basic test snippets to CI / CD integrations, this post has you covered.
* Writings Tests - documentation - Our Learning Center is full of resources and this specific section covers everything you need to know about getting started writing tests.
* [Test script examples - documentation] - This Learning Center resource covers common assertion examples as well as advanced testing examples.
-
Contract Testing - JSON schema v4 validation GET {{baseUrl}}/books
-
New book workflow - add book POST https://postman-library-api.glitch.me/books
-
Library API Reference - books GET {{baseUrl}}/books
-
Library API Reference - book GET {{baseUrl}}/books/:id
-
Library API Reference - add book POST {{baseUrl}}/books
-
Library API Reference - update book PATCH {{baseUrl}}/books/:id
-
Library API Reference - delete book DELETE {{baseUrl}}/books/:id
-
New book workflow - books GET {{baseUrl}}/books
-
New book workflow - update book PATCH {{baseUrl}}/books/:id