hello all i an new to soap ui . I have a test suite with single test step. My test step has two assertions in groovy script
assert id== '123' : "id value not valid"
assert no== '12' : "no not valid"
if my 1st assertion fails the test stops and the next assertion is not executed. Is there a way so that even if the 1st assertion fails remaining assertion continue and after all the assertions are executed test stops ?
Aucun commentaire:
Enregistrer un commentaire