Performance Testing - yibinericxia/documents GitHub Wiki

Overview

Strategy

Dedicated user accounts

  • multiple test cases using a single user
  • multiple users for a single test case
  • multiple test cases with multiple users

Proper Timeout for request

  • Do not leave requests with connection open for long
  • Retry mechanism with limits (through outgoing interceptor or load balancer)

Please refer to microservice and database testing for their respective performance testing.