APP test process analysis

1. Code

The version usually used for memory testing is the pure version, and no extra Log and debugging components should be attached. For example, in some cases, in order to test performance such as interface delay/function execution time, some stub code will be added. In the memory test, these codes are unnecessary. They may allocate temporary memory, cause more GC, and cause the application to run slowly and freeze.

APP test process analysis

2. Test scenario

The test scenario is usually a function that is currently newly developed or changed, and performance testing of this function is required. Therefore, the test scenario is mainly aimed at the organization of the function, including the test points before the start, operation, and end of the function.

In summary, the above is the basic part of the APP function test process. The specific test of each function point depends on the specific function of the tested APP. Only the test case process that meets the needs can be designed. The functional aspect in APP testing is one of the most complicated tasks, and thousands of use cases are not rare.

If you want to develop an app but can’t express it, or even don’t know what the function you want, then go to Yipin Witkey.com. Yipin Witkey.com has gathered tens of millions of high-quality service providers. If you need APP development, welcome Last one-Pinweik publishes app development tasks on the Internet. One-click release, worry-free development, solve your development problems from the inside to the outside.

Guess you like

Origin blog.csdn.net/epwk01/article/details/112967029