Guvnor uses the Drools Verifier module for this. You can run the verifier in 
the QA Analysis section.

Here is a list of features the Verifier covers 
https://community.jboss.org/wiki/DroolsVerifier
It also has the features you listed. Verifier is not perfect, depends how you 
write your rules, but it is not 100% perfect when it looks for these issues.

The mortgage example that comes with Guvnor is currently the only one we have.

Toni Rikkola


On May 1, 2013, at 3:28 AM, Alan wrote:

> Hi guys,
> 
> I'm validating some features of Drools Guvnor and I would like to have some
> directions.
> We've got a project that has a lot of rules(its not on drools already, but
> we pretend to migrate it) and we would like to use Drools Guvnor to host
> those rules and run some analysis on it.
> 
> I've seen some features but it still not clear, so I will list my doubts and
> you can say, ok it does or no it doesn't do it.
> 
> *Do drools guvnor validate missing ends on rules? Ex: when age > 15 and sex
> == 'F' then Y();(note that it doesn't cover age <= 15)
> *Do it validate/find infinite loops?
> *Do it validate duplicate cases?(ex: when age > 15 then Y(); when age > 14
> then Y();)
> 
> Is there some resource (documentation) that covers what cases drools guvnor
> can handle on rules validation?
> Also, is there some more examples(projects) to deploy on Guvnor to test and
> have some fun?
> 
> Thanks a lot,
> 
> Alan Araya
> 
> 
> 
> --
> View this message in context: 
> http://drools.46999.n3.nabble.com/Drools-Guvnor-Testing-rules-tp4023594.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to