I’m currently doing the “30 days of Postman” training. On many days instructions there are reference to “Under the Tests tab”. This should be changed to reflect that the tab is now called Scripts > Post-Response.
Example below from Day 07: Debugging:
Add a log statement: Under the Tests tab of the request, add a
console.log()
function to output the title of each image to the Postman console.
Change to:
Add a log statement: Under the Scripts > Post-Response tab of the request, add a
console.log()
function to output the title of each image to the Postman console.