You are here:
Assert Action Properties for Integration Procedures (Managed Package)
For the managed package runtime, these properties are unique to or function in a unique manner in Assert Actions. The Assert Action compares the expected and actual results of a Test Procedure using an expression that evaluates to true or false.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
Property |
Description |
|---|---|
Assert Conditional Formula |
Expression that tests results of previous steps and evaluates to true or false. If the result is false, the assertResult for the Assert Action is set to |
Assert Failure Message |
Message that explains why the test failed. |
Fail Test On Assert |
If checked, the Test Procedure stops and returns the result of the transaction if the Assert Conditional Formula evaluates to false. If not checked, the Test Procedure continues running even if the Assert Conditional Formula evaluates to false. |
