Forum Discussion
snacky1976
14 years agoNew Contributor
Let me describe one testcase :
1. I’m doing a soap request with specific parameters. The result object contains specific data.
2. On these result data, a Xpath assertion is added.
==> If this Xpath check is not OK, then the testcase will fail. That’s good, because the functional test is not OK.
3. I want to add a second check to verify if a value is lower then a certain baseline. This is not really a part of the functional test but
more informative.
Still, if the value has a higher value then expected, It should be visible in the report for this testcase ( = “warning” )
Example Report
------------------
Testcase 1 : 1 succeeded; 0 failures; 1 warning
1. I’m doing a soap request with specific parameters. The result object contains specific data.
2. On these result data, a Xpath assertion is added.
==> If this Xpath check is not OK, then the testcase will fail. That’s good, because the functional test is not OK.
3. I want to add a second check to verify if a value is lower then a certain baseline. This is not really a part of the functional test but
more informative.
Still, if the value has a higher value then expected, It should be visible in the report for this testcase ( = “warning” )
Example Report
------------------
Testcase 1 : 1 succeeded; 0 failures; 1 warning