I. multiple quick clicks on a function entry:
The app test method can be used in some applications to open the two-time target interface, to give some specific examples:
1. For example, many applications need to log in, if you open the login page, it is easy to log on after the successful application of the Jump interface is the login interface, the second login caused by unknown consequences, the simplest consequence is that users will feel that the application needs to log in two times, not to use
2. Enter the user name password two times click the login button, some apps will open two login success interface, this time if you need to set the gesture password, then you will do two settings operation, the consequences are unknown, due to the different logic of the corresponding program leads to different consequences
3. After opening a certain interface a multiple times to open the interface of an element corresponding to the interface B, causing Android to trigger a similar garbage collection mechanism, resulting in a after returning from B after a interface other controls are destroyed thereby invalidating
two. The network app quickly exits the function and operates again after accessing a feature operation:
The APP Test method will result in a quick and multiple access to an interface, for example:
1. The application will get some flags in the interface to do some operations, if the development in the application of null values are not protected, well, multiple calls will make the pass parameter is empty probability increases, this operation can do more, no harm
three. Click on all the places where there are pictures:
This involves the development of the habit, they will be in a certain logo to add a debug portal should not exist, this logo is often in the requirements of the specification is an ornament, but in the product of the test may be a debug entrance, as a tester, we should find that all
four. Do everything before logging in, change the interface elements, colors, etc.
This is done to ensure that the post-login brush layout does not conflict with changes before login
Five. Lock Screen
We will know that the network, power off, strong retreat, such as a series of abnormal operation, but the most likely to ignore the seemingly in my view is the lock screen, bold in each interface lock screen bar, there is the best gesture password can wait until the gesture password appears. There will be unexpected gains.
Six. Gesture Password unlock error
See if the interface stays in the login screen after the exception exits
Seven. Erase data, Android-specific skills
Is the app alive after clearing the user data?
Turn from: App black box test-some things you can try
"Reprint" app black box test-some things you can try