Multiple choice technology architecture

When do you use Spring in testing?

  1. Stress Testing

  2. Regression Testing

  3. Integration Testing

  4. None

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

Spring is primarily used in integration testing to test how different components work together. It allows you to load the application context, wire beans together, and test interactions between components in a near-production environment. Stress testing focuses on system limits, and regression testing checks for bugs in existing functionality.