Forum Discussion

M_McDonald's avatar
M_McDonald
Super Contributor
17 years ago

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...