wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

POSTMAN Quizz

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Pick the valid variable scope in POSTMAN

a)

application

b)

environment

c)

test

d)

integer

2.

What is a Postman Collection?

a)

Group of libraries

b)

Group of test scripts

c)

Group of saved requests

d)

Group of saved environment variables

3.

Test scripts are executed before the request execution

a)

true

b)

false

4.

What can be used for generating dynamic content in a mocked API response?

a)

dynamic headers

b)

dynamic variables

c)

query parameters

d)

environment

5.

Default sequence of executing requests in a Collection is the sequence of API as it appears in Collection.

a)

true

b)

false

6.

How do you log variable values in Postman?

a)

console.log(pm.variables.get("first_name"));

b)

console.log(pm_variables.get("first_name"))

c)

logger.variables("first_name")

d)

logger.log(pm.variables.get("first_name"))

7.

What action postman monitors executes?

a)

exploit collection

b)

exporting collection

c)

saving collection

d)

running collection

8.

What is the status code for Unauthorized?

a)

401

b)

201

c)

404

d)

504

9.

Which POSTMAN feature is used for rendering graphic responses?

a)

map

b)

preview

c)

raw

d)

visualize

10.

CRUD stands for?

a)

Create, Retrieve, Use and Delete

b)

Create, Receive, Update and Delete

c)

Create, Retrieve, Update and Delete

d)

Create, Retrieve, Update and Deprecate