Typed from the start
Strict domain contracts keep stories, plans, tests, evidence, and reports structured and inspectable.
QUALTAN
Governed AI quality engineering
QUALTAN turns requirements into validated test artifacts through typed contracts, deterministic gates, and explicit human approval.
01 / The reason
QUALTAN separates probabilistic model reasoning from the deterministic systems that validate, approve, and record what happens next.
Strict domain contracts keep stories, plans, tests, evidence, and reports structured and inspectable.
Deterministic quality gates catch missing coverage, unsafe source, schema drift, and compile failures.
Durable workflows pause at the right moment, preserving the review decision and the evidence behind it.
02 / The capability map
Start with a requirement and finish with a reviewable, reproducible record of what was proposed, validated, approved, and run.
Bring in stories, acceptance criteria, OpenAPI descriptions, or approved quality knowledge.
Inspect the boundary ↗Analyze intent, risk, coverage, test data, security, and performance needs through typed services.
See the workflow ↗Produce bounded Playwright and quality artifacts that are checked for source safety and compilation.
View the quality gates ↗Keep sensitive data redacted and translate approved plans into safe, bounded security and Locust scenarios.
Explore the agents ↗Connect through narrow, auditable adapters. External mutations remain disabled until explicitly enabled.
Read the MCP surface ↗Retain reports, traces, approvals, telemetry, and evaluation results for review and handover.
See the infrastructure ↗03 / The workflow
Bring in a story, spec, or API.
Map intent, risk, and coverage.
Propose an executable plan.
Keep a human in the loop.
Run gates and capture proof.
Every meaningful node is checkpointed. Stop, review, and resume without losing the thread.
Read the framework04 / The boundary
AI handles bounded extraction, reasoning, generation, and diagnosis.
Execution hosts, external mutations, and sensitive data stay behind explicit controls.
Artifacts, approvals, telemetry, and outcomes form a durable audit trail.
Keep the control plane stateless, move long-running work to isolated workers, and externalize durable state before multi-replica operation.
05 / The first ten minutes
Use Python 3.11+ and install the package with its test extras.
pip install "qualtan[test]"Exercise the typed workflow with deterministic fixtures and no model or Jira account.
pytest -q tests/test_modernized_framework.pyConfigure approved providers only after reviewing policy posture and integration boundaries.
Open the offline demo ↗Ready when you are