Skip to main content
August 15, 2023
Solved

Assertion

  • August 15, 2023
  • 2 replies
  • 0 views

Hi Team,

What is assertion and how can we make use of these 3 options?

    Best answer by purvajab0002

    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

    2 replies

    stefanhelzle0001
    Brainy
    August 15, 2023

    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.

    purvajab0002AuthorAnswer
    August 16, 2023

    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