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 help in this situation, what about one or both of the following:
Not fully thought out yet, but wanted to get the ideas out there.
Thanks.
- Assertion 'sets' in a request that group assertions together and that allow them to be enabled and disabled together.
- A separate Assertion Step that can have a Request or a Property as a source to validate against (the Property so that the request could reside in another TestCase that would be called by Run TestCase with the reponse returned to the caller)
Not fully thought out yet, but wanted to get the ideas out there.
Thanks.