Scope
Verify that all major routes work correctly in both en and es locales, and that the UI is usable on mobile viewports (375px, 768px).
Personas
All personas — each test should be done in both locales.
i18n Test Cases
Locale Switching
Missing Translation Keys (regression check)
Critical Pages — Spanish Spot-Check
Run through these in /es/ and confirm no untranslated strings:
RTL / Special Character Safety
Mobile Responsiveness Test Cases
Test at 375px (iPhone SE), 390px (iPhone 14), 768px (iPad).
Navigation
Student Dashboard (375px)
Course View (375px)
Admin Dashboard (768px)
Landing Pages (375px)
Forms (375px)
Definition of Done
- Zero untranslated key strings visible in either locale on tested pages
- All tested pages scroll and interact without horizontal overflow on 375px
- No layout breakage at 768px
- Date/number formatting correct per locale
Scope
Verify that all major routes work correctly in both
enandeslocales, and that the UI is usable on mobile viewports (375px, 768px).Personas
All personas — each test should be done in both locales.
i18n Test Cases
Locale Switching
/en/prefix routes work: all dashboard pages, public pages, auth pages/es/prefix routes work: all dashboard pages, public pages, auth pagesMissing Translation Keys (regression check)
[key]or raw key strings visible in UI on any pagepending,successful,failed,archived,canceled,refunded— all have Spanish translationscomponents.gamificationnamespace used (notgamification)components.lessonNavigationnamespace usedCritical Pages — Spanish Spot-Check
Run through these in
/es/and confirm no untranslated strings:/es/dashboard/student— student dashboard/es/dashboard/student/courses/[id]— course view/es/dashboard/student/progress— progress page/es/dashboard/admin— admin dashboard/es/dashboard/admin/billing— billing page/es/dashboard/teacher/courses/[id]— course editor/es/(school subdomain) — school landing page/es/platform-pricing— platform pricingRTL / Special Character Safety
Mobile Responsiveness Test Cases
Test at 375px (iPhone SE), 390px (iPhone 14), 768px (iPad).
Navigation
Student Dashboard (375px)
Course View (375px)
Admin Dashboard (768px)
Landing Pages (375px)
Forms (375px)
Definition of Done