 |
| Fibonacci.Verify |
| Server-based or GUI application data validation |
Verify is a component whose methods and properties can be used to check the validity of data either in a GUI programme, or at the server (for example, as returned from a web page).
Unlike Validate, Verify is not rules-based, but is used by simply providing a method with a value and checking if it is valid. It is therefore designed to be used within your code in whichever way you wish.
Verify is a component part of the next version of Validate, which will include rules-based GUI/server validation, but can also be used as a stand-alone component.
|
|
|
 |
| |
| Validations |
You can test for any of these types, all of which have additional options:
Decimals
Format and type
Member of a list
Invalid characters
Mandatory / required
Minimum / maximum
Min / max length
Pattern matching
Same as
|
| Test programme |
A test programme is included which lets you try all of the validation types and their options without having to write test code.
|
|
|