Skip to content

api-evangelist/test-suites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Suites

A collection of organized test cases designed to validate specific functionality or features of software applications and APIs. Test suites group related test cases into logical units that can be executed together, providing comprehensive coverage of a system's behavior. They are widely used by developers to build, maintain, and scale software testing across functional testing, regression testing, contract testing, and compliance validation.

URL: https://en.wikipedia.org/wiki/Test_suite

Tags

  • API Testing
  • Collections
  • Quality Assurance
  • Software Development
  • Test Management
  • Testing

Timestamps

  • Created: 2025
  • Modified: 2026-05-03

APIs

Name Description
Postman Collections API Primary organizational unit for grouping API test cases into test suites with programmatic management.
JUnit 5 Java testing framework for organizing test cases into suites with grouping, tagging, and parallel execution.
pytest Python testing framework supporting suite organization through classes, directories, markers, and fixtures.
Jasmine BDD JavaScript framework organizing test cases into describe/it suite blocks for Node.js and browsers.
Mocha Flexible JavaScript test suite framework supporting async tests with rich reporting and assertion library integration.
Jest Zero-configuration JavaScript testing framework with built-in suite runner, mocking, and coverage reporting.
Bruno Open-source API client storing test suites as plain files for git-based collaboration and CI/CD integration.
Hurl Command-line tool running HTTP requests as lightweight plain-text API test suites in CI/CD pipelines.
TestNG Java testing framework with advanced suite configuration including grouping, prioritization, and parallel execution.

Artifacts

Type URL
JSON Schema test-suites-schema.json
JSON Structure test-suites-structure.json
JSON-LD Context test-suites-context.jsonld
Vocabulary test-suites-vocabulary.yml

Examples

Name Description
API Integration Test Suite Example Postman integration test suite for the Payments API covering auth, payment processing, and refund workflows.

About

A collection of organized test cases designed to validate specific functionality or features of software applications. It is widely used by developers to build, maintain, and scale software applications efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors