当前位置:网站首页>Web performance testing strategy

Web performance testing strategy

2022-06-09 07:13:00 Ah, SEI

   The performance test strategy generally starts from the requirements design stage to discuss how to customize , It determines how much resources should be invested in performance testing , When to start implementation and other follow-up work arrangements ; Its formulation is mainly based on the characteristics of the software itself and users' attention to performance , The characteristics of the software itself play a decisive role ;

   Software can be divided into two categories according to different purposes , System software and application software .

1. System software

System software It usually requires high performance , Therefore, performance testing should be involved as early as possible ;

   From the design stage, the system architecture , Database design, etc , Improve performance from the root cause , The performance test implementation of system software generally starts from the unit test stage , It mainly tests some algorithms and modules related to performance ;

2. Application software It is divided into Special applications and General applications :

        1) Special class The main applications are banks , telecom , Electric power , insurance , Medical care , Security and other fields , This kind of software is used frequently , More users , Early performance testing is also required

   Special applications : From the design stage, the system architecture , Database design, etc , Improve performance from the root cause , System software generally starts from In the unit test phase, the performance test implementation is started , It mainly tests some algorithms and modules related to performance ;

       2) General It mainly refers to some common applications such as OA,MIS And other general software develop performance testing strategies according to the actual situation , It is greatly influenced by user factors

   General application : It is related to the importance of users , When users attach great importance to it , The design phase begins with some discussion work , The performance test implementation is mainly started in the system test phase ; When users generally pay attention , The performance test can be carried out after the functional test in the system test phase ; When the user doesn't pay much attention , Performance testing can be done before software release , Submit the test report ;

原网站

版权声明
本文为[Ah, SEI]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203021422531850.html