TestIT:Guide Validation Types
Jump to navigation
Jump to search
9.5.3 Validation types
The explanation of the types is easier when there are some definitions:
| Definition | Validation types |
| Value A | OK I/O NOK I/O Back I/O |
| Value B | OK I/O value NOK I/O value Back I/O value |
Explanation of the types:
| Paramter | Type (only) | Description |
| BoolEqual | Booleans | Is valid if Value A equals Value B |
| BoolNotEqual | Booleans | Is valid if Value A does not equal Value B |
| NumberEquals | Numbers | Is valid if Value A equals Value B |
| NumberGreaterThan | Numbers | Is valid if Value A is greater than Value B |
| NumberNotEqual | Numbers | Is valid if Value A is not equal to Value B |
| StringEquals | Strings | Is valid if Value A equals Value B |
| StringLengthGreaterThan | Strings | Is valid if the length of Value A is greater than the length of Value B |
| StringNotEqual | Strings | Is valid if Value A is not equal to Value B |