2 repositorios
Create or reuse test users and sessions for a given workflow to enable quick testing without manual setup.
Distinct from API Testing: Distinct from API Testing: focuses on creating test sessions for workflow testing, not general API endpoint testing.
Explore 2 awesome GitHub repositories matching testing & quality assurance · Workflow Test Session Creators. Refine with filters or upvote what's useful.
Creates or reuses test users and sessions for quick workflow testing without manual setup.
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 operations into sequences to uncover bugs that emerge during realistic multi-step user journeys.