Multiple choice

How would you estimate the amount of re-testing likely to be required?

  1. Metrics from previous similar projects

  2. Discussions with the development team

  3. Time allocated for regression testing

  4. Option 1 & 2

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

The amount of re-testing can be estimated using metrics from previous similar projects and discussions with the development team. Historical data provides baseline estimates, while team insights help understand the current code quality and risk factors. Time for regression testing is allocated based on these estimates, not used to estimate re-testing.