workflow-testing

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Workflow Testing & QA Skill

工作流测试与QA Skill

When to Use

适用场景

  • Any new automation or major revision prior to go-live.
  • Regression testing after data, asset, or logic changes.
  • Investigating deliverability, conversion, or routing anomalies.
  • 任何新自动化流程或重大修订版本上线前。
  • 数据、资产或逻辑变更后的回归测试。
  • 调查交付、转化或路由异常情况时。

Framework

测试框架

  1. Unit Tests – confirm each branch, wait step, and action path with seed contacts.
  2. Integration Tests – verify webhook/API calls, CRM updates, enrichment, scoring.
  3. Content QA – links, tracking, personalization tokens, accessibility, localization.
  4. Compliance – consent, suppression, GDPR/CASL/CCPA rules, regional requirements.
  5. Performance – throttle checks, concurrency, error handling, failover.
  1. 单元测试 – 使用测试联系人确认每个分支、等待步骤和操作路径。
  2. 集成测试 – 验证webhook/API调用、CRM更新、数据补全、评分机制。
  3. 内容质检 – 链接、追踪、个性化令牌、可访问性、本地化检查。
  4. 合规性检查 – 同意机制、抑制规则、GDPR/CASL/CCPA法规、区域要求。
  5. 性能测试 – 限流检查、并发处理、错误处理、故障转移验证。

Checklist

检查清单

  • Seed list matrix (personas, stages, regions, consent flags).
  • Device/browser testing for email/SMS/push rendering.
  • Logging + alerting validation.
  • Rollback and kill switches documented.
  • 测试联系人矩阵(用户角色、阶段、区域、同意标识)。
  • 针对邮件/SMS/推送消息的设备/浏览器渲染测试。
  • 日志与告警验证。
  • 记录回滚和紧急终止机制。

Templates

模板

  • QA evidence log (screenshot, recipient, status, owner).
  • Incident runbook for automation failures.
  • Release checklist referencing stakeholders.
  • QA证据日志(截图、收件人、状态、负责人)。
  • 自动化故障事件处理手册。
  • 涉及相关利益方的发布检查清单。

Tips

小贴士

  • Automate regression tests via APIs or synthetic users.
  • Store test data separately and purge regularly to avoid reporting noise.
  • Use feature flags to stage rollouts before full scale.

  • 通过API或模拟用户自动化回归测试。
  • 单独存储测试数据并定期清理,避免干扰报告数据。
  • 使用功能标志在全面推广前分阶段部署。