Test Execution Framework
Total Control includes an XML-based testing framework for comprehensive testing across multiple applications or sections of a single app.
Components
| Component | File | Purpose |
|---|---|---|
| Test Harness | .harness | Top-level test container |
| Test Suite | .suite | Collection of test scripts |
| Test Script | .js / .tst | Individual test code |
| TEC | .tec | Execution configuration |
Documentation
- Harness & Suites — How to structure test harnesses and suites
- Test Execution Framework — Complete framework reference
Related
- FindNode — UI element detection for test assertions
- AAIS — Simple test scripting
- Workflows: Test Pipeline — CI/CD-style test automation