A condition or an expression that evaluates to true or false in a test is referred to as an assertion. The test case will fail if the expression returns false. Assertions are used to compare a test or test step's expected result to the actual result, and to fail the test if the condition is untrue.
#Microsoft #PowerPlatform #PowerApps