Overview
AI validations let you verify conditions using natural language. Each validation should focus on checking a single aspect of your application, such as:- Text content and messages
- Element states (enabled, visible, etc.)
- Visual properties (colors, layout)
- Element presence or absence
Writing Validations
Write validations in plain English, describing what you want to verify:Using Variables
Include variables in your validations using$variable$
syntax:
Best Practices
- Keep validations simple and focused
- One check per validation
- Be specific about what you’re verifying
- Use natural language
Related Topics
- AI Instructions - Perform actions before validation
- AI Extract - Extract values to validate later
- Variables - Learn more about using variables