Same point:
Whether it's a traditional industry Web test or a new mobile app test, it's all about testing basics:
1) The same design test case method: Boundary value analysis method, equivalence class division, error inference method, scene method, etc.
2) The same test method: Black box test, verify that the business function is correct in line with the user or design expectations;
3) to check the UI: the layout of the interface, style and buttons are simple and beautiful, whether unified, etc.
4) Page Performance testing: test page loading and paging speed, login time, memory overflow and so on;
5) Application Stability: Test the stability of the application system, etc., will not flash back card death.
B: Different points
In contrast to Web testing, app testing, in addition to the basic functional testing, performance, but also to consider the inherent characteristics of the mobile phone itself. So the app testing process also needs to pay attention to the following aspects of features:
1) mobile phone as a communication tool, call, go to power, receive text messages and other operations will have an impact on app applications, so the app test first to consider the attribute characteristics are: interrupt testing.
Interrupt testing There are several situations, such as interruption, new task interruption and unexpected interruption, which are mainly verified from the following aspects:
A. Call interruption: The call hangs up, the call hangs up, the call hangs up, the call is hung off
B. SMS interrupt: Receive SMS, view SMS
C. Other interrupts: Bluetooth, alarm clock, Plug and unplug data cable, mobile phone lock, phone power off, phone problems (system crashes, restart)
2) Mobile phone users of the app products in the loading and unloading operation:
A. Upgrade directly to the latest version from the previous version/last two versions.
B. New version of the installation
C. New version overwrite old version installation
D. Uninstall the old version and install the new version
E. Uninstalling the new version and installing the new version
3) Web automation testing tools used more commonly is qtp,robotframework, and Android phone automation testing tools are more commonly used are monkey, Monkeyrunner, Appium.
The difference between app testing and web testing