Skip to content

Pairwise testing #38

@CLOVIS-AI

Description

@CLOVIS-AI

Pairwise testing seems to be a technique of reducing the combinatiorial explosion of parameterized tests while still attempting to test all unique-enough situations.

It is documented in more details here.

I wonder if Parameterized could implement support with a new DSL builder;

parameterizedPairwise {
    // Exactly the same DSL as within the 'parameterized' block
}

that would run combinatorial requests using the pairwise method instead of running all cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions