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.

Tests and scriptsRun and automate tests

Run and automate API tests in Postman

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

Test your API's performance in Postman

Next

Run API tests manually in Postman

Built with

Testing is a critical part of the API development lifecycle. Postman provides a variety of ways you can run your API tests. After setting up your tests in Postman, you can run tests manually as needed, or you can automate your tests to save time and increase test coverage.

Here are the different ways you can run your API tests in Postman:

  • Run tests manually - To run a single test, open a request and send it. You can view the test results in the workbench. To run an entire test suite, use the Collection Runner. As the collection runs, Postman displays the test results in real time. Learn more at Run API tests manually in Postman.

  • Automate tests on a schedule - You can run test suites automatically on a schedule using the Collection Runner. Get notifications when tests fail and view test results in Postman. Learn more at Run API tests on a schedule in Postman.

  • Run tests in your CI/CD pipeline - You can run tests as part of your regular application build process using the Postman CLI. Run your test suites during your deployment process and view test reports in Postman. Learn more at Run API tests in your CI/CD pipeline using Postman.

  • Run tests with Postman Monitors - This is useful for adding test logic to a monitor to ensure your APIs are working as expected in a production environment. Learn more at Run API tests using Postman Monitors.

For guidance on how to use test automation to improve collaboration while catching issues before they reach production, see best practices for API test automation in Postman.