References to "Tests" tab 30 day Postman should be "Scripts"

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.

Hey @benmerryman-intersta :wave:t2:

Yes, any mention of a Tests tab or Test Script would be the post-response section. Its the same thing, the 30 days training has not been updated.

1 Like

Sounds good!

I was a bit confused at first but I’ll keep the synonymity of tests tab and scripts tab in mind for any future instructions.

Thanks for the fast response!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.