All Products
Search
Document Center

Performance Testing:Start a stress test in one minute

Last Updated:Mar 11, 2026

Performance Testing Service (PTS) provides a quick-start workflow on the Overview page. You can go from URL configuration to real-time test results in four steps.

Prerequisites

Before you begin, make sure that you have:

  • Activated PTS

  • A publicly accessible HTTP or HTTPS endpoint to test

Workflow

A quick stress test follows four steps:

  1. Configure the target URL -- Specify the HTTP request method, URL, and optional parameters.

  2. Debug the request -- Send a single request to verify connectivity and correctness.

  3. Run the stress test -- Set the test duration and requests per second (RPS), then start the test.

  4. Monitor real-time results -- View real-time stress testing data on the Executing Test page.

Step 1: Configure the target URL and request parameters

  1. Log on to the PTS console.

  2. On the Overview page, select a request method from the GET drop-down list, and enter the target URL in the text box.

    Important

    The URL must start with http:// or https:// and be accessible over the Internet. Internal endpoints are not supported. The URL can include query parameters, for example, http://<domain-name>/<path>?key1=value1&key2=value2.

  3. (Optional) Configure additional request settings on the Request Parameter, Header, Body, or Output Parameters tabs. For details, see HTTP nodes.

    Configure the target URL and request parameters

Step 2: Debug the request

Click Send to issue a single request to the target URL. Verify that the response returns the expected status code and body before you proceed.

Debug the request

Step 3: Run the stress test

  1. Click Test to open the configuration dialog box.

  2. Set the following parameters:

    ParameterDescription
    Test DurationHow long the stress test runs.
    Request per Second (RPS)The target number of requests per second.
  3. Click Start.

Configure and start the stress test

Step 4: Monitor real-time results

After the test starts, PTS redirects you to the Executing Test page where you can view real-time stress testing data.

Real-time stress testing metrics

Analyze stress testing results

After the test completes, PTS automatically collects the stress testing data and generates a stress testing report. The report includes the following sections:

  • Scenario metrics

  • Business details

  • Monitoring details

  • API sampling logs

For details, see View PTS stress testing reports.

What to do next

  • Add request parameters and headers -- Simulate realistic traffic by configuring custom headers, request bodies, and parameterized URLs. See HTTP nodes.

  • Analyze your test report -- Review the stress testing report for detailed performance insights. See View PTS stress testing reports.

  • Create a full test scenario -- Build multi-step test scenarios with multiple API calls for more realistic load simulations.