For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Run tests manually
        • Run tests on a schedule
        • Run tests in CI/CD pipelines
        • Run tests with monitors
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Run a single test
  • Run a test suite
Tests and scriptsRun and automate tests

Run API tests manually in Postman

||View as Markdown|
Was this page helpful?
Previous

Run and automate API tests in Postman

Next

Run API tests on a schedule in Postman

Built with

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.

Run a single test

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:

  1. Click Items icon Items in the sidebar.
  2. Click Collections, select a collection, then click a request with the test you want to run.
  3. (Optional) To send the request with an environment, select it using the environment selector at the top right of the workbench.
  4. Click Send.
  5. Click the Test Results tab in the request’s response to view the results.

Learn more at Send a request with the Postman API client.

Run a test suite

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:

  1. Click Items icon Items in the sidebar.
  2. Click Collections, select a collection, then click the collection or folder you want to run.
  3. Click Run icon Run.
  4. On the Functional tab, select Run manually.
  5. (Optional) To run the collection with an environment, select it using the environment selector at the top right of the workbench.
  6. Select your configuration options, such as the number of iterations you want to run.
  7. Click Start run. Postman displays the test results in real time.

To run the collection with Agent Mode, click Magic icon 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.