pict-test-designer
v1.0.0Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.
by Omar Kamal HosneyMIT91updated 4 months ago
Source
git clone https://github.com/omkamal/pypict-claude-skillClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.
Manifests1
{
"name": "pict-test-designer",
"description": "Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.",
"version": "1.0.0",
"author": {
"name": "Omar Kamal Hosney",
"email": "omar.wasat@gmail.com"
},
"homepage": "https://github.com/omkamal/pypict-claude-skill",
"repository": "https://github.com/omkamal/pypict-claude-skill.git",
"license": "MIT",
"keywords": [
"testing",
"pict",
"pairwise",
"combinatorial",
"test-design",
"test-cases",
"quality-assurance"
]
}