Analyzer Tests
Types of analyzer tests
The available analyzer test types and what each one validates.
There are several types of analyzer tests that should cover a wide variety of attribute value requirements. When creating a new analyzer test, you can choose one type or combine multiple analyzer test types to create complex validation schemes. Here are the available types:
- Length validation: checks the length of alphanumeric values.
- Numeric validation: compares numbers.
- Enum validation: checks pre-defined values.
- Regex pattern validation: performs pattern-based search and matches.
- Not empty/null validation: makes sure attribute values aren't empty.

How is this guide?