wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

API Testing Training Quiz

Total questions: 12

Worksheet time: 12mins

Name
Class
Date
1.

Postman is:

a)

Chrome Extension

b)

Native Application

c)

Web Application

d)

All options are correct

2.

Postman tool is only used to test APIs?

a)

True

b)

False

3.

Newman is a command-line collection runner for Postman.

a)

True

b)

False

4.

CRUD stands for?

a)

Create, Retrieve, Update and Delete

b)

Create, Receive, Update and Delete

c)

Create, Retrieve, Use and Delete

d)

Create, Retrieve, Update and Deprecate

5.

What is History tab in Postman?

a)

History is a collection.

b)

Every request you send in Postman appears under the History tab of the sidebar.

c)

History is a folder

d)

None

6.

What is a Collection in Postman?

a)

An API

b)

A group of saved request

c)

A folder

d)

A runner

7.

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

a)

True

b)

False

8.

Which statements are true about Workspace in Postman?

a)

Postman workspaces allow you to organize and collaborate on API projects with your team and personal use.

b)

We can create multiple workspaces in Postman.

c)

My workspace is the default workspace in Postman.

d)

To create additional workspaces, you need to be signed into a Postman account.

e)

All option are correct.

9.

Which statements are true about Collection runner in Postman?

a)

The Collection Runner allows you to run sets of requests in a specified sequence.

b)

The Collection Runner will log your request test results, and your scripts can pass data between requests as well as altering the request workflow.

c)

You can run collections against specific environments, and can pass data files into a run.

d)

Collection runs allow you to automate your API testing, and you can schedule runs using monitors.

e)

All the options are correct

10.

What are the different types of variable scopes available in Postman?.

a)

Global Variables, Environment Variables, Local Variables, Collection Variables

b)

Global Variables, Environment Variables, Local Variables, Collection Variables, Data Variables

c)

Global Variables, Environment Variables, Collection Variables, Data Variables

d)

Global Variables, Environment Variables, Local Variables, Data Variables

11.

What is the order of preference scope for each Postman variable?

a)

Data Variables -> Environment Variables -> Local Variables -> Collection Variables -> Global Variables

b)

Local Variables -> Environment Variables -> Collection Variables -> Data Variables -> Global Variables

c)

Local Variables -> Data Variables -> Environment Variables -> Collection Variables -> Global Variables

d)

Global Variables -> Local Variables -> Data Variables -> Environment Variables -> Collection Variables

12.

What are the options used in postman to do custom scripts?

a)

Only pre-request script

b)

Only test scripts

c)

Both pre-request script and test scripts

d)

We can’t write scripts