当前位置:网站首页>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. |
边栏推荐
猜你喜欢
随机推荐
如何解决mysql服务无法启动1069
Image retrieval method based on deep learning!
第二讲 软件生命周期
WiFi Association & Omnipeek Packet Capture Analysis
网络安全第六次作业
【学习笔记】数位dp
Differences and concepts between software testing and hardware testing
SQL函数 UPPER
【C语言】手撕循环结构 —— while语句
C语言提高篇(三)
网络安全第四次作业
玉溪卷烟厂通过正确选择时序数据库 轻松应对超万亿行数据
【C语言】手撕循环结构 ——do...while语句及循环练习题(1)
软件测试和硬件测试的区别及概念
ttl电平与rs232电平转换电路(232电平定义)
社区收藏缓存设计重构实战
网络安全第一次作业(2)
二极管及其应用
[typescript] Use the RangePicker component in antd to implement time limit the previous year (365 days) of the current time
wait() ,notify(),notifyAll()以及wait()与sleep()比较

![[C language] Analysis of function recursion (3)](/img/95/8bd4483cf03db2dc326eb44675bf5a.png)






