Pairwise with Pict on Mac

Pict is one of famous tool for Pairwise. The tool is open sourced by Microsoft. See https://github.com/Microsoft/pict.

Pairwise is combinational tool.

Usage

$ git clone https://github.com/Microsoft/pict
$ cd pict
$ make
$ ./pict

Pairwise Independent Combinatorial Testing

Usage: pict model [options]

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

Then you can run test with…

$ ./pict  doc/sample-models/strncpy.txt

Let’s use Pairwise on UNIX/Linux πŸ™‚

5 Comments

  1. Viktor's avatar Viktor says:

    Thanks, it helped πŸ™‚

  2. Unknown's avatar Anonymous says:

    Thanks!

  3. S K Singh's avatar S K Singh says:

    sacsingh-mn2:Personal sacsingh$ ./pict NewProductPricing.rtf > NewProductPricing.txt
    Input Error: Parameter {\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 should have at least one value defined
    Getting this error, could you please help

    1. Unknown's avatar Anonymous says:

      Create file in Windows

  4. Unknown's avatar Anonymous says:

    Thanks it’s working fine now

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.