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 π
Thanks, it helped π
Thanks!
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
Create file in Windows
Thanks itβs working fine now