1. Test Plan
We intend to use white-box test methods for unit tests, and black-box test methods for system testing.
2. Do we need to test until our software is perfect?
Need to test. Testing is necessary, and testing matrices are needed to maintain the relationship between code and requirements. After the code has been modified, it is possible to know how many functions will be affected, thus effectively reducing the scope of the test and lowering the cost of testing.
3. Testing the "good enough" standard?
As much as possible, overwrite all possible scenarios in the software usage process.
4.Beta version "Good enough"?
Each functional interface to run to achieve the desired effect, in a variety of different machines above the operation can be done without lag, basically do not appear bug, basically meet the needs of the user's software functions.
5. Test matrix
Software Test Plan