Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate PICT as a covering array generation engine #179

Open
dakusui opened this issue Feb 10, 2022 · 0 comments
Open

Integrate PICT as a covering array generation engine #179

dakusui opened this issue Feb 10, 2022 · 0 comments
Assignees
Milestone

Comments

@dakusui
Copy link
Owner

dakusui commented Feb 10, 2022

PICT is the most popular tool for Combinatorial Interaction Testing (CIT).
It can generate a covering array from a text file described in its own human-readable notation.
It was developed by Jacek Czerwonka and is now an open-source project from Microsoft.

JCUnit 0.10.x (or later) uses PICT for covering array generation for the part (factors) it can be used and then combine it with another covering array generated by JCUnit's internal covering array generator for the rest. (using the "combinatorial join" technique.

https://github.com/microsoft/pict

@dakusui dakusui created this issue from a note in JCUnit 0.10.0 (To do) Feb 10, 2022
@dakusui dakusui self-assigned this Feb 10, 2022
@dakusui dakusui added this to the Future milestone Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
JCUnit 0.10.0
  
To do
Development

No branches or pull requests

1 participant