Updated on 2024-01-15 GMT+08:00

Operation Process

Perform the following operations before using CodeArts PerfTest:

Basic Concepts of CodeArts PerfTest

  • Number of concurrent users: number of users performing operations on a system at the same time. In CodeArts PerfTest, it is the number of virtual users you define when you configure a test phase.
  • RPS (QPS): average number of requests sent per second (RPS = Requests / Taken Time (s)).
  • Response Time: duration from the time when a client sends a request to the time when the client receives a response from the server.

Prerequisites

Prepare the application to be tested in advance. This example only describes the pressure test method.