How to test a form data upload with Jasmine JS

1

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.

    
asked by anonymous 17.06.2018 / 17:18

0 answers