snacky1976
13 years agoNew Contributor
Returning a 'warning' instead of a 'failure'
In the reposonse of a certain request , I want to check a certain value.
If this value is greater then the wanted value, a 'warning' should be generated.
So, the functional test is ok, but there's a warning on this specific testcase... how can I do that ?
The check "if the value is greater then.." can be done via script assertions, but the problem is
that you can only return a failure and not a kind of 'warning'.
Anyone a solution for this ?
Thanks
Snacky.
If this value is greater then the wanted value, a 'warning' should be generated.
So, the functional test is ok, but there's a warning on this specific testcase... how can I do that ?
The check "if the value is greater then.." can be done via script assertions, but the problem is
that you can only return a failure and not a kind of 'warning'.
Anyone a solution for this ?
Thanks
Snacky.