Recall & Review
beginner
What is non-functional testing?
Non-functional testing checks how well a system works, like its speed, reliability, and security, rather than what it does.
Click to reveal answer
beginner
Why can Postman be used for non-functional testing?
Postman can test performance, security, and reliability of APIs by sending requests and checking response times, status codes, and data.
Click to reveal answer
intermediate
How does Postman measure API performance?
Postman records response time for each API request, helping testers see if the API is fast enough under different conditions.
Click to reveal answer
intermediate
What role do assertions play in Postman for non-functional testing?
Assertions check if API responses meet expected conditions like response time limits or correct status codes, ensuring quality beyond functionality.
Click to reveal answer
intermediate
Can Postman test API security? How?
Yes, Postman can test security by sending requests with different authentication tokens and checking if unauthorized access is blocked.
Click to reveal answer
What type of testing focuses on how well a system performs rather than what it does?
✗ Incorrect
Non-functional testing checks qualities like speed and reliability, not specific functions.
Which Postman feature helps measure API response time?
✗ Incorrect
Postman shows response time for each request, useful for performance testing.
How does Postman help test API security?
✗ Incorrect
Testing with various tokens checks if unauthorized access is prevented.
What is an assertion in Postman used for?
✗ Incorrect
Assertions check if responses are correct, including status and timing.
Which of these is NOT a non-functional testing aspect Postman supports?
✗ Incorrect
Postman tests APIs, not user interface design.
Explain why Postman is suitable for non-functional testing of APIs.
Think about what qualities besides functionality Postman can check.
You got /4 concepts.
Describe how you would use Postman to test API performance and security.
Consider sending different requests and checking their results.
You got /4 concepts.