Testing — Kiểm thử Marketing

Kiểm thử UI và workflow cho marketing pages, landing pages, và marketing automation.

Cú pháp

/ckm:test:ui "URL hoặc mô tả"     # UI testing cho marketing pages
/ckm:test:workflow                  # Workflow testing với manual verification

Bảng tham chiếu nhanh

LệnhMô tảUse case
/ckm:test:uiUI test trên browser — screenshots, responsive, interactionsTest landing page mới
/ckm:test:workflowTest workflow step-by-step với manual verificationTest email sequence, funnel flow

/ckm:test:ui — UI Testing

Chạy UI tests trên website/landing page và generate detailed report:
1

Bước 1: Navigate

Mở URL trong headless browser (Chrome DevTools MCP).
2

Bước 2: Visual check

Screenshots toàn trang + responsive (mobile, tablet, desktop).
3

Bước 3: Interaction test

Test forms, buttons, CTAs, navigation, modals.
4

Bước 4: Report

Generate report: screenshots, issues found, recommendations.

/ckm:test:workflow — Workflow Testing

Test marketing workflows theo steps có manual verification:
/ckm:test:workflow                  # Start workflow test
Hỗ trợ test:
  • Email drip sequence — verify mỗi email gửi đúng timing và content
  • Funnel flow — test từ landing → form → thank you → email
  • Social scheduling — verify posts lên đúng platform, đúng giờ
  • Campaign automation — test triggers, conditions, actions

Ví dụ thực tế

UI TEST REPORT — https://landing.example.com
├── Screenshots: 6 (mobile, tablet, desktop × light/dark)
├── Responsive: ✓ All breakpoints OK
├── Forms: ✓ Submit works, validation OK
├── CTA buttons: ✓ 3/3 clickable
├── Issues:
│   ├── ⚠ Hero image 2.5MB — optimize for mobile
│   └── ⚠ Form label missing for email field (a11y)
└── Score: 85/100

Khi nào dùng / không dùng

DùngKhông dùng
Trước launch landing page mớiTest code logic (dùng /test)
Verify email sequence hoạt độngQA toàn diện application (dùng /qa-full)
Check marketing page responsivePerformance benchmark (dùng /benchmark)