1. The server and client must be in the same LAN. Otherwise, network factors will become the bottleneck of performance testing.
2. Check Point settings in the performance test script. Otherwise, it is unclear whether the script is successfully executed.
3. Setting parameterization and association is the key to debugging performance test scripts. However, the impact of parameterization and associated resource consumption on performance should be considered.
4. TestProgramTo make the test consistent with the actual situation. However, you must filter the response time.
5. collect statistics on the response time of each page and action, as well as the breakdown of the response time (domain name resolution, server time, network transmission time, client time, etc ), to better analyze the test results.
6. Disable the log function when running the performance test, and enable the log function when debugging the script.
7. Data preparation before performance testing: Make sure that the database data and real environment data are synchronized or slightly more than the real environment data. If the data is accumulated, consider the maximum possible data volume during the software lifecycle.