0
0
Postmantesting~5 mins

Mock server limitations in Postman - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a mock server in Postman?
A mock server simulates an API by returning predefined responses without needing the real backend. It helps test how your app handles API calls.
Click to reveal answer
beginner
Name one limitation of Postman mock servers related to dynamic data.
Postman mock servers cannot generate dynamic or real-time data; they only return static, predefined responses.
Click to reveal answer
intermediate
Why can't Postman mock servers handle complex authentication flows?
Because mock servers do not execute backend logic, they cannot process real authentication or authorization, only simulate fixed responses.
Click to reveal answer
intermediate
How does the limitation on request matching affect Postman mock servers?
Postman mock servers match requests based on method and URL path but have limited support for matching headers or body content, which can cause incorrect responses.
Click to reveal answer
intermediate
Can Postman mock servers simulate server errors or delays?
Yes, but only if you manually define error responses or delays in the mock setup. They cannot simulate real server performance issues automatically.
Click to reveal answer
What type of data do Postman mock servers return?
ALive database data
BReal-time dynamic data
CRandomly generated data
DStatic predefined responses
Which of these is a limitation of Postman mock servers?
AThey support full request body matching
BThey cannot simulate backend logic
CThey automatically update data from databases
DThey can execute real authentication
How do Postman mock servers match incoming requests?
ABy request headers only
BBy request body content only
CBy HTTP method and URL path
DBy IP address of the client
Can Postman mock servers simulate server delays automatically?
ANo, delays must be manually configured
BYes, they simulate real network delays
CYes, based on server load
DNo, they always respond instantly
Which scenario is NOT suitable for Postman mock servers?
ASimulating complex backend logic
BTesting static API responses
CDeveloping frontend without backend ready
DValidating API request formats
Explain the main limitations of Postman mock servers and how they affect API testing.
Think about what a mock server can and cannot do compared to a real server.
You got /4 concepts.
    Describe how Postman mock servers handle authentication and dynamic data.
    Consider the difference between simulating and actually processing.
    You got /3 concepts.