M_McDonald
17 years agoSuper Contributor
Handling many assertions
I have many assertions that can apply to a single request. I also do not want to create many duplicate request steps to allow fine-grained testing (eg., assertions a,b and c but not d, e, and f.) To h...