[Test] Test execution process

Table of contents

1. Requirements testing

2. Internal release version testing (smoke testing)

3. System testing

4. Regression testing

5. Cross-testing

6. Output of test report


1. Requirements testing

The requirements-based testing method is the basic testing method, and the quality of the requirements directly affects the subsequent development and testing work.
Review of needs
requirements testing
Requirements testing in test design
Requirements testing elements: correctness, necessity, completeness, consistency
Requirements testing should start as early as possible

2.  Internal release version test (smoke test)

smoke test
Information transfer in version testing: modified content, risk analysis, configuration management

3.  System test

Execute one by one according to the test cases
defect management

4. Regression testing

Confirm return content
Ways to confirm regression: manual, automated
use case regression
return of the bug
Regression testing is the best use of automated testing

5. Cross-testing

The dullness and repetitiveness of the test, the inertia caused by it
different mindset
Cross-tests are mostly carried out in the later stage of the test, when the functions are basically stable

6. Output of test report

After the project is tested, a test report needs to be issued:
Test overview
Analysis of test process
defect analysis
test conclusion
defect list

おすすめ

転載: blog.csdn.net/m0_60494863/article/details/126482011