In Postman, you can run yourfunctional API tests at any time. Running tests manually enables you to run tests on demand and view the results right away. For example, you can check if an endpoint is working or verify that a code change fixes a specific error.
Running tests manually gives you the flexibility to adjust your test plans based on the changing needs of your project. You can also use manual testing to investigate complex issues and find root causes and possible solutions.
In Postman, the basic unit of testing is anAPI request. Each request tests a specific piece of functionality by calling an API endpoint. You can use scripts to add test logic to a request. For example, you canwrite test scripts to check if the expected data is received when the request is sent.
To manually run a single test, do the following:
Learn more atSend a request with the Postman API client.
UsePostman Collections to organize individual API requests into a test suite. Then use theCollection Runner to run the tests in the order you choose. You can alsoupload data files to run tests multiple times using different data each time.
To manually run a test suite, do the following:
Learn more atTest your API using the Collection Runner.
YourPostman plan gives you a limited number of collection runs you can use each month. Learn more aboutresource usage in Postman.
Last modified: 2025/06/25
On this page
Explore ready-to-use Collection Templates, build API-first workflows with Postman Flows, and more!