Testing Environment / 测试环境
Environment Checklist / 环境检查清单
Before starting any test cycle, verify:
- Device/OS matches the required spec / 设备/操作系统符合要求
- Browser/app is the correct version / 浏览器/应用版本正确
- Network connection is stable / 网络连接稳定
- Proxy/VPN configured if required / 已配置代理/VPN(如需)
- Test accounts are available / 测试账号可用
- Cache cleared from previous sessions / 清除先前会话的缓存
- System clock is accurate / 系统时钟准确
Types of Environments / 环境类型
| Environment 环境 | Description 说明 | Used For 用途 |
|---|---|---|
| Production 生产 | Live, real users 线上,真实用户 | Post-release monitoring 发布后监控 |
| Staging 预发布 | Pre-production mirror 预生产镜像 | Final validation 最终验证 |
| Dev 开发 | Developer's local 开发者本地 | Active development 日常开发 |
| QA 测试 | Dedicated testing 专用测试 | Test cycles 测试周期 |