1 repositorio
Generators that produce sets of random URL query parameters for testing request inputs.
Distinct from Query Parameters: Produces random parameter sets for testing, whereas Query Parameters generally refers to the retrieval of data values from strings.
Explore 1 awesome GitHub repository matching web development · Query Parameter Generators. Refine with filters or upvote what's useful.
fast-check is a property-based testing framework and random data generator designed to verify software invariants by producing a wide range of randomized input data. It functions as a test data fuzzer that executes predicates against high volumes of random inputs to uncover edge cases and critical bugs. The project is distinguished by its ability to perform input-shrinking searches, which reduce complex failing inputs to their simplest form to isolate the exact cause of failure. It provides deterministic seed replay to exactly reproduce specific test failures and includes a concurrency testin
Produces sets of URL query parameters based on specific constraints to test web request inputs.