awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesStateful Testing

Testing strategies that chain multiple dependent requests to verify system behavior across complex multi-step workflows.

Distinct from API Testing Frameworks: Distinct from general API Testing Frameworks by focusing specifically on state transitions and request sequencing rather than isolated calls.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Stateful Testing. Refine with filters or upvote what's useful.

Awesome Stateful Testing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • wiremock/wiremockW

    wiremock/wiremock

    7,281Ver en GitHub↗

    WireMock is a suite of tools for service virtualization, providing mock servers for HTTP APIs and WebSocket communication. It serves as an HTTP API mock server and request verifier, allowing for the simulation of responses and the interception of network requests to test client applications without a live backend. The project differentiates itself through a service virtualization model that records real network traffic and replays it as stubs to mimic external service behavior. It includes a network fault injector to simulate response delays and connectivity issues, and a stateful scenario ma

    Provides a stateful scenario machine to mimic complex multi-step business workflows and sequential API interactions.

    Java
    Ver en GitHub↗7,281
  • schemathesis/schemathesisAvatar de schemathesis

    schemathesis/schemathesis

    3,055Ver en GitHub↗

    Schemathesis is a property-based testing tool and fuzzer for schema-based APIs. It analyzes OpenAPI and JSON Schema specifications to automatically generate test cases that identify crashes, schema violations, and validation bypasses. The project functions as a contract validator and security scanner, verifying that a live server strictly adheres to its defined specifications. The framework distinguishes itself through stateful API testing, which chains multiple related requests together to uncover bugs that only emerge during complex, multi-step user workflows. It also utilizes response-driv

    Chains multiple related API requests together to uncover bugs that only emerge during complex multi-step user workflows.

    Pythonapiapi-testingcli
    Ver en GitHub↗3,055
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. API and Protocol Testing
  5. API Testing Frameworks
  6. Stateful Testing