Running Tests
Once you’ve created and saved your tests, you have three flexible ways to execute them:On-Demand Execution
The simplest way to run a test is on demand. Perfect for:- Testing recent changes
- Debugging issues
- Quick verification
Scheduled Runs
Set up automatic scheduling for continuous monitoring:- Hourly: Critical flow checks
- Daily: Important feature validation
- Weekly: Comprehensive regression testing
- Monthly: Full end-to-end validation
API Integration
Run tests programmatically for full CI/CD automation:- Integrate with any CI/CD platform
- Trigger tests from deployment pipelines
- Automate quality gates
Learn More
For detailed instructions on creating your first test and running it, check out our comprehensive guide:Create Your First Test
Start with your first test →
CI/CD Integration
Set up automated testing →

