当前位置:网站首页>What is the difference between web testing and app testing?
What is the difference between web testing and app testing?
2022-08-02 14:01:00 【Jack_Chen3】
The web project is a B/S (Browser/Server) architecture, which is based on a browser/server architecture.The app project is a C/S (Client/Server) architecture, which is based on a client (Android or iOS)/server architecture.
Therefore, some interviewers asked about the difference between web and app testing. The difference between B/S and C/S architecture testing.
Students who need to prepare for test interviews can look at:
web test | app testing | |
Upgrade Test | Upgrading the service directly will overwrite the previous functions, which are all the latest functions | The upgrade test requires a reminder on the app side. The upgrade involves the historical version, the latest version test, as well as the upgrade update test, coverage installation test, etc. |
Compatibility Test | Browser compatibility test: IE9, 10, 11 (but it seems that many people don't use it now, and IE is not updated now), chrome, 360, Sogou browser | Android or iOS devices, different mobile phone brands, different resolutions (small screen and large screen), different Android versions, etc. test |
Install/Uninstall Test | none | Requires installation and uninstallation testing |
Network Test | none | Including weak network, mobile network and wifi network switching, mainly to test whether there are corresponding user prompts and crashes during network switching. Test active networking and user refresh networking, etc. |
Cross-Test | none | Test incoming calls, text messages, low battery, charging, low memory, download function, etc. |
Actions/Permissions | Generally, no permissions are required, and the operation is relatively simple | Landscape/Portrait test, gesture, drag, face recognition, etc. Android also has functions such as dynamic permission application |
push test | Pushes are generally sent as browser notifications, and relevant permissions need to be configured | As long as the application is kept alive, it can receive the push, the push can be pulled down to display, push the jump, etc. |
Performance Test | It is generally concerned with the response time of the page | Generally, traffic, power consumption, CPU, memory leak, freeze, etc. |
边栏推荐
- Embedded system driver primary [2] - based on character device driver _ basic framework
- 【C语言】函数哪些事儿,你真的get到了吗?(2)
- Summer training camp-week2 graph theory
- 数据机构---第六章图---图的遍历---选择题
- ORACLE expdp/impdp详解
- CVE-2020-27986 (Sonarqube sensitive information leak) vulnerability fix
- Mysql index details (with pictures and texts)
- 此次519暴跌的几点感触 2021-05-21
- RKMPP API安装使用总结
- stack && queue
猜你喜欢
【ONE·Data || 排序入门】
如何选择正规的期货交易平台开户?
Embedded system driver primary [2] - based on character device driver _ basic framework
电脑死机,Word忘了保存怎么办?怎么恢复?(编辑器是WPS)
打破文件锁限制,以存储力量助力企业增长新动力
科研试剂DSPE-PEG-VIP,二硬脂酰基磷脂酰乙醇胺-聚乙二醇-血管活性肠肽VIP
【C语言】手撕循环结构 ——do...while语句及循环练习题(1)
Mysql index details (with pictures and texts)
Configure zabbix auto-discovery and auto-registration.
微信小程序-最近动态滚动实现
随机推荐
二极管及其应用
如何解决1045无法登录mysql服务器
删除链表的节点
机器学习——交叉验证法
二叉树的类型、构建、遍历、操作
eclipse连接数据库后插入数据报错null
面试官:可以谈谈乐观锁和悲观锁吗
C language improvement (3)
FFmpeg AVPacket详解
2022-08-02日报:2022年7月最热的10篇AI论文
玉溪卷烟厂通过正确选择时序数据库 轻松应对超万亿行数据
供应磷脂-聚乙二醇-羧基,DSPE-PEG-COOH,DSPE-PEG-Acid,MW:5000
电脑死机,Word忘了保存怎么办?怎么恢复?(编辑器是WPS)
shell脚本“画画”
如何解决mysql服务无法启动1069
网络安全第一次作业
C# using 使用方法
rhce第三天作业
【C语言】细品分支结构——switch语句
存储过程详解