When using annotation based validation for a form bean, what is the best practice for unit-testing those beans in order to ensure that correct validations annotations are sp
You can also write unit tests for your Beans which are annotated usin JSR303 using validator factory.
See example:
http://musingsofaprogrammingaddict.blogspot.com/2009/02/using-bean-validation-with-spring.html