How can I perform a test of sending data from a form using Jasmine? For example, I need to test if my form accepts a registration with no data entered, or if my form accepts a registration with two equal CPF's and similar tests.
How can I perform a test of sending data from a form using Jasmine? For example, I need to test if my form accepts a registration with no data entered, or if my form accepts a registration with two equal CPF's and similar tests.