Forum Discussion

lively629's avatar
lively629
Visitor
5 years ago

why need to remove assertions before Adding Xpath match(which is put before request step)

1.DataSource 2.Add xpath assertion Notes: def assertionList = myTestRequest.getAssertionList(); for( e in assertionList){ myTestRequest.removeAssertion(e); } if(contact_id!=""){ contact_idXPA...