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
        • Integration testing
        • End-to-end testing
        • Regression testing
        • Performance testing
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 scriptsTest APIs

Test API functionality and performance in Postman

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

Example dataset views in Postman

Next

Test API integrations and data flow in Postman

Built with

Testing is a critical part of the API development lifecycle. Testing confirms that API endpoints, methods, and integrations work as expected and that your API can meet the expected load.

Here are some of the essential types of API testing you can perform in Postman:

  • Integration testing - Observe data flow and test compatibility between the various components in your application. You can also test how your application interacts with other systems. Learn more at Test API integrations and data flow in Postman.

  • End-to-end testing - Simulate complex user operations from start to finish to test real-world workflows. End-to-ending testing makes sure the entire system works as expected and helps identify problems with user experience. Learn more at Test end-to-end API workflows in Postman.

  • Regression testing - Make sure updates and improvements to your application don’t introduce any new defects or issues. Regression testing supports the overall quality of your API by ensuring code changes are backwards compatible. Learn more at Test your APIs for regressions in Postman.

  • Performance testing - Simulate real-world traffic to your application with virtual users. Each virtual user sends a series of requests to your API, so you can observe how your API behaves under load. Learn more at Test your API’s performance in Postman.

To explore recommended testing types across different API patterns, see best practices for API test automation in Postman.