Fail
Fail tag allows us to throw a failure at any point in the test case where we feel that by reaching this point in the test we have in fact hit an issue that should be noted as a failure of the test case.
Usage Examples
Example #1
<fail message="There was failure." />
Example #2
<fail>
     Failed to meet some limit in the test
 
</fail>