The principle of testing in China's Software Reviews is that software product testing is made from the perspective of users and developers. Through our test, you can provide users with secure products, and certify excellent products.
In order to achieve the above principle, you should pay attention to:
1. "As soon as possible and constant test" as the motto of the developer
The basic goal of software testers is to discover software defects. It is necessary to find out software defects as early as possible.
2. Programmers should avoid checking their own procedures, and testing should be done by independent professional software testing agencies.
3. Design test cases should take into account legitimate inputs and illegal inputs and various boundary conditions, in particular cases to create extreme states and unexpected states, such as network abnormal interruption, power power off and other conditions.
4. Be sure to pay attention to the errors in the test, which has a great relationship with the programmer's programming level and habits.
5. There must be a confirmation process for the test error. Generally, there is an error that is tested. Be sure to have a B to confirm that a serious error can be convened to discuss and analyze.
6. Develop a strict test plan and make the test schedule as soon as possible, do not want to complete a high level test in a very short time.
7. The relevance of the regression test must cause adequate attention, modifying an error, causing more errors, and there are many incorrectly.
8. Properly preserved all test process documents, the meaning is self-evident, and the reproducibility of tests often rely on test documents.