QA and validation
Purpose: Test form tracking.
Who this page is for
| Audience | Why it matters to you |
|---|---|
| QA | Run tests |
QA: Contact Form
Test 1: Form start tracked
- Step: Load form page
- Expected: event3 fires
- Tool: AEP Debugger
Test 2: Form type captured
- Step: Select "Complaint"
- Expected: prop3 = "complaint"
- Tool: AEP Debugger
Test 3: Form submit tracked
- Step: Fill and submit form
- Expected: event4 fires, eVar3 = "complaint"
- Tool: AEP Debugger
Test 4: No PII sent
- Step: Review all hits in Debugger
- Expected: No email, name, or issue description
- Tool: Manual inspection
---
Next: Reporting and analysis