In Postman, you can run your functional 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 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. 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:
Learn more at Test your API using the Collection Runner.
Your Postman plan gives you a limited number of collection runs you can use each month. Learn more about resource usage in Postman.
Last modified: 2024/05/01