Expression Rule Test Case best practices

 

This is a re-post of a previously unanswered question I asked. We're incorporating expression rule test cases into our development, with the goal being to automate their testing via Jenkins (which we've already set up).

I'm interested in whether anyone has written expression rule test case best practices or incorporated any standards into their projects related to creating these test cases. While each rule will have its own nuances, there should be some standard checks that we run on almost every rule, e.g. null checks, large/small number checks, character limit checks, array length checks, etc.

I've looked at the documentation here, which has some of examples of this, but I'm hoping someone in the Community has taken the time to codify their own standards.

 

  Discussion posts and replies are publicly visible