#FAIL#
Description
This reserved word works like #CHECK# but does not update the value after performing the comparison. If a mismatch is found, a Fail is logged; otherwise, a Pass is logged. You would use #FAIL# rather than #CHECK# when you do not want to update the field if a mismatch exists.
Example
In this example, the PTF test logs a Fail if the Summary Calculation Name field is not equal to KUSPTEST:
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
Text |
Set_Value |
ID=PA_CLC_SUMMARY_CALC_NAME |
|
#FAIL#KUSPTEST |
Related Topics