In Postman, you can run your functional API tests manually to run them on demand and get results right away. Use an API request to manually run tests for a specific endpoint. Use the Collection Runner to run a test suite for a collection or folder, and even change the run order of requests.
Manual API testing 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 an API 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 can write 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 at Send a request with the Postman API client.
Use Postman Collections to organize individual API requests into a test suite. Then use the Collection Runner to run the tests in the order you choose. With a Postman paid plan, you can also upload data files to run tests multiple times using different data each time.
To manually run a test suite, do the following:
To run the collection with Agent Mode, click and then select a suggested task from the dropdown list. For example, select Add tests based on the response for Agent Mode to run the collection and then suggest tests based on the run results.
Learn more at Test your API using the Collection Runner.