0
0
Postmantesting~5 mins

Postman installation and interface - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Postman used for in software testing?
Postman is a tool used to test APIs by sending requests and checking responses. It helps testers verify if APIs work correctly.
Click to reveal answer
beginner
Name the main sections of the Postman interface.
The main sections are: Sidebar (collections and history), Request Builder (where you create requests), Response Viewer (shows API responses), and the Header Toolbar (controls and settings).
Click to reveal answer
beginner
How do you install Postman on your computer?
Go to the official Postman website, download the installer for your operating system, run the installer, and follow the setup steps.
Click to reveal answer
beginner
What is a Collection in Postman?
A Collection is a group of saved API requests organized together. It helps testers keep their tests organized and reusable.
Click to reveal answer
beginner
How can you view the response of an API request in Postman?
After sending a request, the response appears in the Response Viewer section. It shows status code, response time, headers, and body.
Click to reveal answer
Which of these is NOT a part of the Postman interface?
ARequest Builder
BResponse Viewer
CCode Editor
DSidebar
What should you do first to install Postman?
ACreate a collection
BWrite API tests
COpen the command prompt
DDownload the installer from the official website
In Postman, where do you save a group of related API requests?
ACollection
BEnvironment
CHistory
DWorkspace
What information does the Response Viewer NOT show?
AStatus code
BRequest URL
CResponse time
DResponse body
Which operating systems can you install Postman on?
AWindows, Mac, and Linux
BWindows and Mac only
COnly Windows
DOnly Mac
Describe the steps to install Postman on your computer.
Think about how you install any software.
You got /4 concepts.
    Explain the main parts of the Postman interface and their purpose.
    Imagine you are showing a friend how to use Postman.
    You got /4 concepts.