NEW
Font size
WorksheetsPOSTMAN Quizz
Total questions: 10
Worksheet time: 3mins
Pick the valid variable scope in POSTMAN
application
environment
test
integer
What is a Postman Collection?
Group of libraries
Group of test scripts
Group of saved requests
Group of saved environment variables
Test scripts are executed before the request execution
true
false
What can be used for generating dynamic content in a mocked API response?
dynamic headers
dynamic variables
query parameters
environment
Default sequence of executing requests in a Collection is the sequence of API as it appears in Collection.
true
false
How do you log variable values in Postman?
console.log(pm.variables.get("first_name"));
console.log(pm_variables.get("first_name"))
logger.variables("first_name")
logger.log(pm.variables.get("first_name"))
What action postman monitors executes?
exploit collection
exporting collection
saving collection
running collection
What is the status code for Unauthorized?
401
201
404
504
Which POSTMAN feature is used for rendering graphic responses?
map
preview
raw
visualize
CRUD stands for?
Create, Retrieve, Use and Delete
Create, Receive, Update and Delete
Create, Retrieve, Update and Delete
Create, Retrieve, Update and Deprecate
