I did all the validations for my actions and when i start tesing no testing was being performed.
I figured out FullHibernate Plugin xml doesn't have the validation interceptor, but defining an interceptor stack with basicStack, hibernateSessionInterceptor and validation interceptors doesn't fix the problem.
Thanks a lot.