Test Scripts website screenshot

Test Scripts

Automated scripts used to verify software functionality, validate code behavior, and ensure quality through repeatable testing procedures. Test scripts encode testing logic in executable form, enabling continuous integration pipelines to run validation automatically on every code change. They support unit testing, integration testing, end-to-end testing, contract testing, performance testing, and security scanning across REST, GraphQL, SOAP, and gRPC APIs.

9 APIs 0 Features
AutomationCI/CDContract TestingQuality AssuranceSoftware DevelopmentTesting

APIs

Postman API

The Postman API enables programmatic access to Postman collections, environments, monitors, and test scripts. It allows teams to manage and execute API test scripts as part of C...

Newman CLI

Newman is the command-line companion for Postman, enabling Postman collections and test scripts to be run directly from the terminal or integrated into CI/CD pipelines such as G...

Karate API Testing Framework

Karate is an open-source framework that combines API test automation, mocks, performance testing, and UI automation into a single framework. Test scripts are written in plain-te...

REST Assured

REST Assured is a Java-based DSL for simplifying testing of REST services. It integrates with JUnit and TestNG, and supports BDD-style test scripting with a fluent API for valid...

Dredd API Testing Framework

Dredd is an open-source language-agnostic command-line tool for validating API documentation written in OpenAPI or API Blueprint against its backend implementation. It reads tes...

k6 Performance Testing

k6 is a modern load-testing tool that uses JavaScript test scripts to simulate concurrent users hitting APIs. Its scripting model allows teams to write reusable, version-control...

Playwright Test

Playwright is a cross-browser end-to-end testing framework from Microsoft that supports writing test scripts in JavaScript, TypeScript, Python, Java, and .NET. It is widely used...

Cypress

Cypress is a JavaScript end-to-end testing framework designed for modern web applications. Its test scripting API supports both API testing and browser automation, with real-tim...

Schemathesis

Schemathesis is a property-based testing tool for web APIs. It reads OpenAPI or GraphQL schemas and automatically generates test scripts to discover edge cases, crashes, and spe...

Collections

GraphQL

Pricing Plans

Rate Limits

Test Scripts Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Test Scripts Context

22 classes · 9 properties

JSON-LD

JSON Structure

Test Scripts Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
TrustCenter
TrustCenter
🔗
VulnerabilityDisclosure
VulnerabilityDisclosure
🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrg
GitHubOrg
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Postman API (Test Scripts)
  version: v1
request:
  auth:
    type: apikey
    key: X-Api-Key
    value: '{{X-Api-Key}}'
    placement: header
items:
- info:
    name: List collections
    type: http
  http:
    method: GET
    url: https://api.getpostman.com/collections
  docs: List collections
- info:
    name: Create a collection (containing test scripts)
    type: http
  http:
    method: POST
    url: https://api.getpostman.com/collections
    body:
      type: json
      data: '{}'
  docs: Create a collection (containing test scripts)
- info:
    name: Get a collection
    type: http
  http:
    method: GET
    url: https://api.getpostman.com/collections/:collection_uid
    params:
    - name: collection_uid
      value: ''
      type: path
  docs: Get a collection
- info:
    name: Update a collection
    type: http
  http:
    method: PUT
    url: https://api.getpostman.com/collections/:collection_uid
    params:
    - name: collection_uid
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Update a collection
- info:
    name: List environments
    type: http
  http:
    method: GET
    url: https://api.getpostman.com/environments
  docs: List environments
- info:
    name: List monitors (scheduled test script runs)
    type: http
  http:
    method: GET
    url: https://api.getpostman.com/monitors
  docs: List monitors (scheduled test script runs)
- info:
    name: List mock servers
    type: http
  http:
    method: GET
    url: https://api.getpostman.com/mocks
  docs: List mock servers
bundled: true