0 Replies Latest reply on Nov 27, 2009 12:49 PM by vestnik

    How to test f:validateLength limitations in SeamTest

    vestnik

      I have requirement that one of the form fields have length in the given range. I implemented it by adding f:validateLength element to the inputText. Now I want to test that this limitation exists and form data will be not saved if the value is out of range. Does anybody know how to do it with SeamTest FacesRequest?