QA test case library
Purpose: Reusable QA test cases.
Who this page is for
| Audience | Why it matters to you |
|---|---|
| QA | Copy test templates |
QA Test Case Library
Test: Page view fires
Steps:
- Load page
- Open AEP Debugger
- Check Adobe Analytics hit
Expected: Hit present, page name populated
Test: Props populated
Steps:
- Load page with prop rules
- Check AEP Debugger
Expected: props show correct values
Test: eVar persists
Steps:
- Load page with eVar set
- Navigate to another page
- Check Debugger
Expected: eVar value still present
Test: Event fires
Steps:
- Trigger event (form submit, click, etc.)
- Check Debugger
Expected: Event in hit, correct value
Test: No PII
Steps:
- Inspect all hits in Debugger
- Search for email (@), phone patterns
Expected: No PII found
---
Next: SDR template and download