当前位置:网站首页>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. |
边栏推荐
- Detailed explanation of ORACLE expdp/impdp
- A number of embassies and consulates abroad have issued reminders about travel to China, personal and property safety
- tinymce-plugins
- 专访|带着问题去学习,Apache DolphinScheduler 王福政
- 乐心湖‘s Blog——MySQL入门到精通 —— 囊括 MySQL 入门 以及 SQL 语句优化 —— 索引原理 —— 性能分析 —— 存储引擎特点以及选择 —— 面试题
- 面试SQL语句,学会这些就够了!!!
- 目标检测场景SSD-Mobilenetv1-FPN
- static修饰的函数有什么特点(static可以修饰所有的变量吗)
- Summer training camp-week2 graph theory
- 腾讯安全游戏行业研讨会:生态共建,护航游戏产业健康发展
猜你喜欢

Configure zabbix auto-discovery and auto-registration.

How to create short images and short videos from the media?How to make the click volume reach 10W?

网络安全第三次作业

How to connect DBeaver TDengine?

Differences and concepts between software testing and hardware testing

MySQL - ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)

保姆级教程:写出自己的移动应用和小程序(篇三)

关于市场后市的发展预测? 2021-05-23

巴比特 | 元宇宙每日必读:蒂芙尼宣布推出限量版 CryptoPunk 定制吊坠

【C语言】手撕循环结构 ——do...while语句及循环练习题(1)
随机推荐
[C language] Analysis of function recursion (1)
tinymce 如何实现动态国际化
[typescript] Use the RangePicker component in antd to implement time limit the previous year (365 days) of the current time
C# 编译错误:Compiler Error CS1044
【C语言】虐打循环练习题(2)
【Tensorflow】AttributeError: module ‘keras.backend‘ has no attribute ‘tf‘
FFmpeg 的AVCodecContext结构体详解
乐心湖‘s Blog——MySQL入门到精通 —— 囊括 MySQL 入门 以及 SQL 语句优化 —— 索引原理 —— 性能分析 —— 存储引擎特点以及选择 —— 面试题
shell脚本“画画”
基于深度学习的图像检索方法!
SQL函数 USER
Break the limit of file locks and use storage power to help enterprises grow new momentum
网络安全第四次作业
【C语言】函数哪些事儿,你真的get到了吗?(1)
鲲鹏devkit & boostkit
Redis all
栈 && 队列
GTK:Gdk-CRITICAL **: IA__gdk_draw_pixbuf: assertion ‘GDK_IS_DRAWABLE (drawable)‘ failed
LeetCode(剑指 Offer)- 53 - II. 0~n-1中缺失的数字
Detailed explanation of stored procedures