当前位置:网站首页>Main steps of system test

Main steps of system test

2022-06-24 13:07:00 51CTO

  1. Make system test plan

  1) The tester and the project manager jointly negotiate the test plan . Testers write 《 System test plan 》.

  2) The system test plan mainly includes the following elements :

   Define the scope of the test ( Content )

   Test type

   Test environment and test data preparation

   Test end criteria

   Personnel and task progress requirements

  《 System test plan 》 To be reviewed and approved by the project manager , Included in configuration management .

  2. The system test

   System testing is simulating the real environment , Using the black box test method , Verify whether the tested software meets the requirements listed in the requirements specification .

  2.1. Filter test cases

   The tester shall cover the requirements according to the test cases of the overall test plan , Organize to write new test cases , Except for the normal process of using test cases , You must also pay attention to the writing of test cases for abnormal processes , See for the requirements for writing test cases 《 Test management process 》 8.3 Section requirements .

   The tester selects the test cases of the system test in the test case library according to the test content , As 《 System test plan 》 Attachments to .

  

 Main steps of system test _ Test report

  2.2. Build the test environment

   The system test environment needs to be independent 、 A stable test environment that simulates the real environment of users .

   Set up the test software according to the requirements of the system test plan 、 Hardware environment , And record the hardware configuration

   Prepare test data :

   The operating system supported by the product

   The software that the product must rely on , for example : database

   Install the test package

   Import test data

  2.3. Perform system tests

   Each member of the test team shall be based on 《 System test plan 》 And the selected test cases to perform system tests . Record the test results in 《 System test report 》

   The problems found in the test shall be included in the defect management , See 《 Defect management procedure 》

  3. Release tests

   The release test mainly verifies whether the installation package and documentation of the product are correct , And meet the requirements of the software requirements specification .

  3.1. Review the testing of the installation package

   Extract the installation package that has passed the system test for installation test

   according to 《 User installation manual 》 To perform the installation 、 uninstall 、 Upgrade and configuration

  3.2. Review of relevant documents

   Document review is to check the compliance of user documents , Include : User installation manual, user operation manual, etc .

   During the test, the use steps specified in the user's operation manual shall be strictly observed , In order to check the integrity and correctness of these documents , Omissions and errors found must be carefully recorded , And properly supplement and correct .

   The problems found in the test shall be included in the defect management , See 《 Defect management procedure 》

  4. Submit test report

  《 System test report 》 After the end of the system test phase or reaching the system test completion criteria, the tester shall organize the preparation of the test report , The following elements shall be included in the system test report :

   Test range

   Test environment ( Hardware 、 Software 、 Test data )

   Test execution ( Test plan and selected test case execution results )

   Defect statistical analysis ( Defect statistics and defect analysis )

   evaluation ( Evaluate the test results , Give the suggested test conclusion and suggestions for solving the remaining defects )

  《 System test report 》 To be reviewed and approved by the project manager , Included in the controlled management of the configuration library .

   For more information on testing techniques, please pay attention to : Shenzhen duosurveyor software and Technical Service Co., Ltd a

原网站

版权声明
本文为[51CTO]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206241233192333.html