API Testing / Quiz

Postman & Newman Pro Moves

Collections, environments, pre-request scripts, and CI integration, industrial-strength API testing beyond 'Send'.

Difficulty
Medium
Format
Quiz
Points
150
Estimate
8 min

// MISSION BRIEF

Your Mission

Everyone can click Send. This quiz is about the other 90% of Postman: chaining requests, environment discipline, test scripts, and running it all headless in CI with Newman.

// FIRST CONTACT

Battle teaser

A login request must pass its token to all later requests in a collection run. Correct mechanism:

  1. AIn login's Tests tab: pm.environment.set('token', pm.response.json().access_token); later requests use {{token}}
  2. BTokens can't be passed between requests
  3. CPaste the token into each request manually before running
  4. DHardcode a long-lived token into the collection JSON
Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

postmannewmancicollections