当前位置:网站首页>测试实践——app 测试注意点
测试实践——app 测试注意点
2022-06-26 09:34:00 【坦桑尼亚奥杜威峡谷能人】
app功能测试
1.业务逻辑正确性测试
1.产品⽂档/产品原型图
2.隐性需求 (本需求是否影响其他业务)
3.UI 展示
2.兼容性测试
1.系统版本
Android 原⽣系统 :10、9、8 ... 5.0
定制系统: ⼩⽶ 、OPPO 、魅族....
自研系统:华为鸿蒙
iOS 原⽣系统:14.5、14.0、13 ...
注意点:尽可能覆盖主流机型及系统;不同系统底层可能引用的包不兼容导致业务异常
2.分辨率
720*1080 、1080*1920 .... (主要是UI展示等)
视频、 图⽚、 H5
3.⽹络
wifi 、5g 、4g、 3g 、2g
3.异常测试
1.热启动
2.⽹络切换中断恢复
wifi-4g 、5g-4g、4g-3g... (wifi限速) (页面、业务 有无异常)
3.电话 、信息中断
4.杀进程重进等 (前端逻辑可能设计缓存处理等)
4.升级 、安装、 卸载
升级
1.应⽤内升级
2.第三⽅渠道升级
安装
1.⾸次安装
2.重复安装
3.覆盖安装
⾼版本 覆盖 低版本 -合法 (这地方也容易出bug)
低版本 覆盖 ⾼版本 -⾮法
卸载
卸载 -安装 组合
注意:
产品约束卸载定义:
1.产品完全从⼿机消失
2.希望留存⼀部分数据
5.健壮性 / 稳定性 测试
1.⼿机资源 - emmagee GT
cpu 、内存 、运存
2.流量、耗电量
考虑是服务器返回内容是否压缩
3.崩溃恢复
停⽌运⾏
闪退 crash
6.⼿机性能测试:
1.是否是⼿机对应后台服务性能
2.是否是针对⼿机app资源消耗测试
边栏推荐
- Single sign on logic
- Notes on sports planning on November 22, 2021
- 【CVPR 2021】 Lifelong Person Re-Identification via Adaptive Knowledge Accumulation
- Wechat official account reported error 10003
- Logview Pro can be used if the log is too large
- Joint Noise-Tolerant Learning and Meta Camera Shift Adaptation for Unsupervised Person Re-ID
- 安装 新版本cmake & swig & tinyspline
- GAN Inversion: A Survey
- install realsense2: The following packages have unmet dependencies: libgtk-3-dev
- Leetcode basic calculator 224 227. follow up 394
猜你喜欢
Badge series 7: use of codacy
Detailed explanation of the network security competition questions (2) of the 2021 national vocational college skills competition (secondary vocational group)
jz2440---使用uboot烧录程序
Redis 新手入门
【CVPR 2021】Unsupervised Pre-training for Person Re-identification(UPT)
GAN Inversion: A Survey
Deep learning (tentsorflow2. version) three good student performance problems (1)
jz2440---使用uboot燒錄程序
逻辑英语结构【重点】
MapReduce&Yarn理论
随机推荐
工企专利匹配数据(数十万数据量)1998-2014年
Comprehensive interpretation! Use of generics in golang
教你用shell脚本检测服务器程序是否在运行
测试须知——常见接口协议解析
install opencv-contrib-dev to use aruco code
SQL 函数
Logview Pro can be used if the log is too large
The 100000 line transaction lock has opened your eyes.
Solve Django's if Version (1, 3, 3): raise improverlyconfigured ('mysqlclient 1.3.3 or new is required
I am in Zhongshan. Where can I open an account? Is online account opening safe?
Catalogue gradué de revues scientifiques et technologiques de haute qualité dans le domaine de l'informatique
Redis 新手入门
[trajectory planning] testing of ruckig Library
Teach you to use shell script to check whether the server program is running
【CVPR 2021】Unsupervised Multi-Source Domain Adaptation for Person Re-Identification (UMSDA)
2021-11-29 quintic polynomial of trajectory planning
CVPR:Refining Pseudo Labels with Clustering Consensus over Generations for Unsupervised Object Re-ID
PHP extracts TXT text to store the domain name in JSON data
LeetCode 接雨水系列 42.(一维) 407.(二维)
LeetCode 498. Diagonal traversal