When a newly deployed API shows inconsistent response times, what type of performance test would you prioritize to diagnose the issue?

  • Baseline Testing
  • Latency Testing
  • Regression Testing
  • Soak Testing
Latency Testing would be the primary focus to identify delays in response times. It helps pinpoint specific performance issues related to delays in data processing or communication. Baseline Testing establishes a performance baseline for comparison, Regression Testing ensures new changes don't adversely affect performance, and Soak Testing assesses system stability over an extended period but may not be as effective in identifying latency issues.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *