Automation lab Aú Performance & Stress Testing (PERFORMANCE_STRESS)

Lab 094: Parallel API requests (20 concurrent calls)

Practice parallel api requests (20 concurrent calls) in a real web app context as part of the Performance & Stress Testing module.

expert expert
expert

Objectives

Use for test scripts
  • Understand the purpose and business flow of parallel api requests (20 concurrent calls).
  • Design stable locators for key UI elements.
  • Automate user interactions and verify the resulting UI state.

Sandbox

Performance & Stress Testing / performance / expert / active

Parallel API requests (20 concurrent calls)

Simulate firing 20 concurrent requests and summarizing results.

Reading and understanding requirements Choosing stable locators Designing assertions based on business rules

Learning objectives

  • Trigger parallel requests.
  • Count successes/failures.
  • Expose timing and status.

Steps

  1. Click start to simulate 20 requests.
  2. Read counts of successes/failures.
  3. Verify elapsed time text.

Not started

Total

0

Success

0

Failure

0

Assertions to practice

  • Total always 20.
  • Counts sum to 20.
  • Status shows elapsed ms.