Postman Essential Training

Go to class
Write Review

Free Online Course: Postman Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Postman Essential Training is taught by Kristin Jackvony.

Overview
  • Learn how to write and run automated API tests with Postman.

Syllabus
  • Introduction

    • Why automate your API tests?
    • What you should know
    • Setting up your test environment
    1. Getting Started with Postman
    • Creating collections and folders
    • Creating GET and POST requests
    • Creating PUT and DELETE requests
    • Creating negative requests
    • Using environment variables
    • Saving response data as a variable
    • Challenge: Add variables to a request
    • Solution: Add variables to a request
    2. Easy Postman Assertions
    • Status type assertions
    • Body assertions
    • Header and response time assertions
    • Debugging with the Postman console
    • Challenge: Write assertions
    • Solution: Write assertions
    3. Advanced Postman Assertions
    • JSON assertions
    • Nested JSON assertions
    • Asserting on complicated JSON
    • Challenge: Complicated assertions
    • Solution: Complicated assertions
    4. Running Your Test Collections
    • Using the collection runner
    • Exporting your collection
    • Running your collection with Newman
    5. Automating Your Collections
    • Adding the NodeJS plugin to Jenkins
    • Creating a Jenkins project
    • Adding assets to the Jenkins project
    • Configuring automatic runs
    Conclusion
    • Continuing with APIs