Re: [rules-users] Drools for test case formulation

2011-03-02 Thread Dmitri Pissarenko
Thanks! Dmitri ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Drools for test case formulation

2011-03-02 Thread Wolfgang Laun
I'd look into writing decision tables reflecting the rules. If you represent them in spreadsheets according to Drools, you could generate the rules from that. But the point is that it's much easier to extract the values for your test case data from a spreadsheet than from investigating rules in the

[rules-users] Drools for test case formulation

2011-03-02 Thread Dmitri Pissarenko
Hello! I am testing a rather complex system, which behaves according to some business rules (written as semi-formal text). The goal is to create test cases, which cover as many states of the system as possible. I want to automate this task in the following way: 1) Formalize the business rules in