The difference between WEB testing and APP testing, the most complete system in the whole network, why don't you come in and take a look?

foreword

Recently, I heard some friends say that the mobile terminal is slightly more difficult than the web terminal, and there are more detailed notes involved. I have the idea of ​​switching to web testing to see if there is any difference in specific testing.

There is no difference between WEB testing and APP testing in terms of process . All need to go through related activities such as test plan, use case design, test execution, defect management, test report and so on.
Technically speaking, the test types of WEB test and APP test are basically similar, and both require functional test, performance test, security test, GUI test and other test types.

Same point:

Whether it is web testing in traditional industries or emerging mobile app testing, it is inseparable from the basic knowledge of testing: the

same method of designing test cases : boundary value analysis method, equivalence class division method, error guessing method, scenario method,

etc. Test method : black box test, to verify whether the business function is correct and in line with user or design expectations;

check UR : whether the layout, style and buttons of the interface are simple and beautiful, whether they are uniform, etc.;

page performance test : test page loading and flipping Page speed, login time, whether the memory overflows, etc.;

application stability : test the stability of the application system, and it will not crash, crash, etc.

difference

Compared with WEB testing, APP testing should not only consider basic functional testing, performance, etc., but also consider the inherent attributes of the mobile phone itself. Therefore, in the process of app testing, the following characteristics should be paid attention to:

1. As a communication tool, mobile phones, incoming calls, outgoing calls, receiving text messages and other operations will have an impact on the APP application program, so the first attribute characteristics to be considered in the APP test Yes: Interruption test In the interruption test

, there are several situations such as artificial interruption, new task interruption and accidental interruption, mainly from the following aspects to verify:

a Incoming call interruption: call hang up, called hang up, call hang up, call is hung up

b SMS interruption: receiving SMS, checking SMS

c Other interruptions: Bluetooth alarm clock plugging and unplugging data cable, mobile phone locked, mobile phone power failure, mobile phone problem (system crash, restart) 2. Mobile phone users



install and uninstall APP products:

a From the above Two versions of one version are directly upgraded to the latest version

b Install the new version

c The new version covers the old version Install

d Uninstall the old version and install the new version

e Uninstall the new version and install the new version

3. The most commonly used tools for WEB automated testing are qtp, and the more commonly used automated testing tools for Android mobile phones are monkey/moneyrunner/appium


4. Interface operation: now the users of app products are all using touch screen mobile phones, so when testing, pay attention to gestures, horizontal and vertical screen switching, and multi-touch Control, event trigger area and other tests.

Welfare

Those who need the test data in the picture below can follow and private message me with the keyword "test" to get it for free.

 

 

 

 

Guess you like

Origin blog.csdn.net/a448335587/article/details/121109877