Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHello,
You could use assert for it. It will fail and abort test case execution. For example:
where cnt is test case property. If its value is different than 0 it will fail..
Let me know if this helps you,
robert
You could use assert for it. It will fail and abort test case execution. For example:
...
assert context.testCase.properties["cnt"].value == "0"
...
where cnt is test case property. If its value is different than 0 it will fail..
Let me know if this helps you,
robert