Hi Team,
What is assertion and how can we make use of these 3 options?
Discussion posts and replies are publicly visible
Did you already read the documentation?
https://docs.appian.com/suite/help/23.2/Expression_Rule_Testing.html
The assertion defines the expected output of your test case.
got it. Thank you.
Test output matches the asserted output - refers to comparing the result of an expression with an expected output
Assertion expression evaluates to true - given a condition or expression should be true for the test to pass