Multiple choice technology testing

What are advantages of using automated load tests over manual load tests?

  1. Repeatability

  2. Easier to scale

  3. Improved validity

  4. Increased hardware resources

  5. Simplicity of gathering analysis data

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

Automated load tests can be executed repeatedly with identical conditions, ensuring consistent results. Scaling is easier because you can programmatically increase load without manual intervention. Data collection is simplified as automated tools capture metrics automatically, eliminating manual recording errors.