pict
pict copied to clipboard
Pairwise Independent Combinatorial Tool
https://github.com/microsoft/pict/releases/download/release/pict.exe no longer actually gets you to the most recent release as it used to. Now you just get a 404.
## Description The kanji that commonly used "予" would be cause of exception like: - When: Use "予" as a condition: `Input Error: Non-special character was escaped` (Something like "予定日時"...
As a user I would like to use arithmetic operations on parameters in a constraint to further increase the possibility to create test cases alongside more complex business logic. e.G....
I'd like to humbly request a python-like range function that takes a start, end, and step function to generate values so I don't have to type out 1, 2, 3,...
If I use this model: ``` A1 : V0, V1, V2, V3 A2 : T, F NOT (([A1]="V0") AND ([A2]="T")); NOT (([A1]="V1") AND ([A2]="F")); ``` It fails with the following...
I found some weird situations in which all negative values of one submodel are ignored without any warning or error. This is the smallest model I found where this happens:...
CONTENT OF PICT INPUT FILE(test.txt): A: a1 B: b1 C: c1,c2 D: d1,d2 E: e1,e2 F: f1,f2 G: g1,g2,g3,g4 H: h1,h2,h3,h4 I: i1,i2,i3,i4,i5 {A,B,C,E,D}@5 {F,G,H,I}@1 if [E] in {"e1"} then...
Hi Jacek, I seem to be getting an illegal output but only when I've got the order set to 1 (version 3.3.8.0). Here is my model file: CCC: H, L...
PICT provides a straightforward and clean way to define your combinatorial testing problem, through the definition of a set of _parameters_, a set of _values_, and a set of _constraints_....
There's something that I don't understand in the [documentation in pict.md](https://github.com/microsoft/pict/blob/18945b31394573fd01ce54b24fbf878968c7681f/doc/pict.md), where it says: "Placing all hardware parameters into one sub-model produces fewer distinct hardware configurations and potentially lowers the...