NEW
Font size
WorksheetsAPI Testing Training Quiz
Total questions: 12
Worksheet time: 12mins
Postman is:
Chrome Extension
Native Application
Web Application
All options are correct
Postman tool is only used to test APIs?
True
False
Newman is a command-line collection runner for Postman.
True
False
CRUD stands for?
Create, Retrieve, Update and Delete
Create, Receive, Update and Delete
Create, Retrieve, Use and Delete
Create, Retrieve, Update and Deprecate
What is History tab in Postman?
History is a collection.
Every request you send in Postman appears under the History tab of the sidebar.
History is a folder
None
What is a Collection in Postman?
An API
A group of saved request
A folder
A runner
Default sequence of executing requests in a Collection is the sequence of API as it appears in Collection.
True
False
Which statements are true about Workspace in Postman?
Postman workspaces allow you to organize and collaborate on API projects with your team and personal use.
We can create multiple workspaces in Postman.
My workspace is the default workspace in Postman.
To create additional workspaces, you need to be signed into a Postman account.
All option are correct.
Which statements are true about Collection runner in Postman?
The Collection Runner allows you to run sets of requests in a specified sequence.
The Collection Runner will log your request test results, and your scripts can pass data between requests as well as altering the request workflow.
You can run collections against specific environments, and can pass data files into a run.
Collection runs allow you to automate your API testing, and you can schedule runs using monitors.
All the options are correct
What are the different types of variable scopes available in Postman?.
Global Variables, Environment Variables, Local Variables, Collection Variables
Global Variables, Environment Variables, Local Variables, Collection Variables, Data Variables
Global Variables, Environment Variables, Collection Variables, Data Variables
Global Variables, Environment Variables, Local Variables, Data Variables
What is the order of preference scope for each Postman variable?
Data Variables -> Environment Variables -> Local Variables -> Collection Variables -> Global Variables
Local Variables -> Environment Variables -> Collection Variables -> Data Variables -> Global Variables
Local Variables -> Data Variables -> Environment Variables -> Collection Variables -> Global Variables
Global Variables -> Local Variables -> Data Variables -> Environment Variables -> Collection Variables
What are the options used in postman to do custom scripts?
Only pre-request script
Only test scripts
Both pre-request script and test scripts
We can’t write scripts
