What management measures does software testing take for defects?

What management measures does software testing take for defects?

1. To better manage defects, defect management tools must be introduced , either commercial or open source.

2. According to the defect life cycle, consider the management of defect submission, defect state management and defect analysis management.

3. All defects found (whether discovered by testing or by walk-through code) must be submitted to the defect management tool in an instant and accurately, which is the management of defect submission.

4. After the defect is submitted, it needs to be assigned to the corresponding developer immediately. The person who submitted the defect needs to pay close attention to the status of the defect and help the defect to be resolved as soon as possible. After the defect is resolved, it is necessary to verify the repair of the defect immediately. The purpose of this is twofold: one is to solve the defect as soon as possible; the other is to facilitate the analysis of the defect later (to ensure the accuracy of defect-related information, such as age, etc.), which is the management of the defect state. 

5. In order to better improve the development process and testing process, it is necessary to analyze defects and summarize information such as defect categories and age distribution of defects, which is the management of defect analysis.

Supongo que te gusta

Origin blog.csdn.net/spasvo_dr/article/details/130768731
Recomendado
Clasificación