document, plugin and sample capx are included.
This plugin parses a csv table into conditions, for example
will become
[quote:1jccf7vr]Test1 = ("A" >= 10) AND ("A" <= 20)
Test1 = ("A" >= 50)
Test2 = ("B" == 3)
First cell of each row is the test name, first cell of each column is the property name, other cells are equations.
After assign the value of properties, the passed tests could be got by it's name.
In above case, set "A" to 10, "B" to 3, then "Test1" and "Test2" are all passed.
rex_achievements
- Achievements in csv table.