How to write performance test report

How to write performance test report

Complete the test work content of the day and record what a performance test report contains in your spare time

  • System Overview
  • Test purpose range and target
    Test purpose
    Test object range
    Test index range
  • Environmental testing tools and
    test environment infrastructure
    performance test environment
    performance testing environment basic configuration
    testing tool
  • Test record and result analysis
    Scenario description
    Test result data
    Test problem and result analysis
  • Stability test
    Scenario description
    Test result chart
    Test result and analysis
  • Test conclusion

How to complete the performance test report

  • System Overview
    Briefly describe some background information related to the test project, such as an introduction to the tested system, project launch plan, etc.

  • Test purpose and scope
    Describe the purpose, scope and goal of this performance test

  • Test purpose
    Under the overload of large user volume and data volume, the relevant data of the server is obtained during operation, so as to analyze, find the system bottleneck, and improve the stability of the system.

  • Test indicator range
    The maximum concurrent Vuser
    system that the system can withstand The development trend of the response time of each transaction of the system with the increase of the number of users The
    success rate of the system's transaction The
    trend of consumption of server resources (CPU, memory, etc.) with the increase of the number of users The
    system is in a long time Operation under high load

  • Test tools and environment
    Describe the test tools and monitoring tools used in this test

  • Test result data
    Give the test index result data of this load test

  • Test problems and result analysis
    Summarize and analyze the test results and performance problems found, generally from the following aspects:
    explain the compliance of the restrictive indicators in
    the test, compare the results of the test indicators with the target

  • Stability test
    Test result chart
    Gives the test result data and resource usage of this stability test, using a chart method.
    General requirements include the following results:
    System resource usage (CPU, memory, disk) over time chart
    throughput Metrics/(transactions per second) vs. time chart

  • Test results and analysis
    Summarize and analyze the test results and performance problems found, generally from the following aspects:
    use memory analysis and processor analysis to explain the system bottleneck, explain
    the stability of system performance

  • Test conclusion
    Give the overall test conclusion of this performance test, generally the comparison result between the test result and the test target is the test conclusion

Guess you like

Origin blog.csdn.net/HONGTester/article/details/107981767