The Art of Software Testing_Reading Notes (7)

Chapter 7 Mobile Application Testing

1. Factors to be considered in test design in a mobile environment

category

 description

category

 description

connection
  1. Device hardware configuration
  2. Internet speed
  3. Network delay
  4. Network availability in remote areas
  5. Service reliability
Equipment diversity
  1.  Test different devices Web, Android, IOS
  2. Different language versions tested
Various limitations of equipment
  1. Prioritized processor and memory resources
  2. Different screen sizes
  3. Multiple operating systems
  4. This time for multitasking applications
  5. The size of the cached data
input device
  1. touch screen
  2. Touch pen
  3. mouse
  4. keyboard
  5. button
  6. Bowling
Installation and maintenance
  1. Install and uninstall
  2. Patch package
  3. upgrade

 

2. Test classification in mobile environment

Test classification

 Description

Install/uninstall  Ensure that users can install/uninstall programs correctly
Network infrastructure

Confirm that the application network is lost and can respond correctly

Verify that the application can correctly respond to network recovery conditions

Verify that the application can respond correctly when the network signal is poor

Call and SMS handling

Test whether the user can make calls and send/receive text messages while the application is running

Test whether the user can return to the application after processing incoming calls and text messages

Test users are able to cancel incoming calls and text messages without interrupting the application

Not enough storage  Ensure that the user can run stably when the program device is insufficient in memory, and prompt the customer that the memory is insufficient
button  Test the product manual button is consistent with the operation
drop out  Check if the program can fight to exit
Recharge  Ensure that charging and disconnecting can be done during operation
Hardware resources  Ensure that the program does not excessively occupy the CPU, and does not consume excessive memory resources

Guess you like

Origin blog.csdn.net/LoveG_G/article/details/114144550