QA and validation
Purpose: Test that implementation matches SDR.
Who this page is for
| Audience | Why it matters to you |
|---|---|
| QA | Build test cases |
| Developers | Know what to test |
QA and Validation
Test before go-live.
Test cases
For each variable, create 1-2 tests:
Test: Form Type Population
Steps:
1. Load form page
2. Select "Complaint" as type
3. Submit form
4. Check AEP Debugger
Expected: prop2 = "complaint"
Actual: [fill during test]
Result: [Pass/Fail]
QA checklist
- [ ] All props/eVars present in hits
- [ ] Values match expected values (no typos)
- [ ] No extra hits fired
- [ ] Events fire at correct times
- [ ] Segments work correctly
- [ ] Data appears in Workspace (within 1 hour)
- [ ] No PII in hits
- [ ] Production vs staging data separate
---
Next: Reconciliation