Skip to content

Dockerized Pairwise Independent Combinatorial Testing

Notifications You must be signed in to change notification settings

iceomix/pict-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Pairwise Independent Combinatorial Testing

This is a dockerized version of PICT

How to use

Standalone PICT accepts filename as input model, but it is more convenient to use standard input in docker wrapper:

cat model | docker run --rm -i ghcr.io/iceomix/pict

Additionally, you can pass PICT options as arguments:

cat model | docker run --rm -i ghcr.io/iceomix/pict [options]

PICT options:

/o:N    - Order of combinations (default: 2)
/d:C    - Separator for values  (default: ,)
/a:C    - Separator for aliases (default: |)
/n:C    - Negative value prefix (default: ~)
/e:file - File with seeding rows
/r[:N]  - Randomize generation, N - seed
/c      - Case-sensitive model evaluation
/s      - Show model statistics