Multiple choice technology testing

Identify the common mistakes done in performance testing from the below options.

  1. Run duration too long

  2. Run duration too small

  3. Data is insufficiently populated

  4. Data is Adequately added

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

Performance testing mistakes include running tests for too short a duration (insufficient to reveal steady-state behavior or memory leaks) and using insufficiently populated test data (fails to represent real-world volume and variety). Tests that are too long or have adequate data are not mistakes - they're good practices.