Automated Test Case & Campaign Execution in AXQA Overview
Automation in AXQA allows you to execute test cases and Test Campaigns automatically according to a defined schedule. Instead of relying on someone to manually start recurring executions, AXQA can run and record them at configured times.
Why it matters
- Saves time by reducing repetitive manual execution.
- Improves consistency across regression cycles.
- Ensures critical tests are never forgotten.
- Supports continuous testing workflows.
When to use it
- You run the same regression Test Campaign regularly.
- You want nightly, weekly, or other scheduled automated checks.
- You need recurring validation of stable test workflows.
- You want execution results to be recorded automatically for later review.
Core concepts
- Automated Execution – Running test cases or Test Campaigns without manual input.
- Automation Rule – A defined instruction that determines what should execute and when.
- Schedule – The configured time or recurrence used to start an automated run.
- Execution Environment – Where the test runs (server-side or via an external agent).
- Execution History – A recorded log of every automated run.
How it works
- You define what should be automated (a test case or Test Campaign).
- You create an automation rule and configure its schedule.
- AXQA waits for the configured execution time.
- At the scheduled time, execution starts automatically.
- Results are recorded just like manual executions.
How to use it
Step 1: Decide what to automate
Choose test cases or a full Test Campaign that are stable and repeatable. Automation works best when the workflow is predictable.
Step 2: Create an automation rule
Define the schedule that determines when AXQA should start the automated execution.
Step 3: Select execution environment
Decide whether the automation should run directly from the platform or through an external agent.
Step 4: Monitor results
Review execution history and logs to track performance and detect recurring failures.
Best practices
- Start with stable, high-value regression tests.
- Keep automated suites focused — avoid automating everything at once.
- Review automation rules regularly.
- Combine automation with build/version tracking for accurate reporting.
Common mistakes
❌ Automating unstable or constantly changing test cases
✔ Automate only mature and reliable workflows.
❌ Ignoring failed automation runs
✔ Monitor logs and address failures quickly.
❌ Overcomplicating automation logic early on
✔ Start simple and expand gradually.
Security & permissions
- Only authorized users can create or modify automation rules.
- Execution permissions are validated before any automated run.
- Automation respects project-level visibility and access control.
Related documentation
- Execution Types
- Automation Rules
- Test Campaign Overview