42.6k views
3 votes
You are working as a tester on an Agile team and have participated in over two dozen user storyrefinement sessions with the product owner and the developers on the team at the start of eachiteration. As the reviews have gotten more effective at detecting defects in user stories and theproduct owner more proficient at correcting those defects, you and the team notice that the team'svelocity, as shown in your burndown charts, has started to increase. Which of the following is abenefit of static testing that is MOST DIRECTLY related to the team's increased velocity?

A. Increasing total cost of quality
B. Reducing testing cost
C. Increasing development productivity
D. Reducing total cost of quality

1 Answer

4 votes

Final answer:

The benefit of static testing that is most directly related to the team's increased velocity is reducing testing cost. Static testing helps catch defects early, reducing the number of defects that make it to the testing phase and allowing the team to focus more on development.

Step-by-step explanation:

The benefit of static testing that is most directly related to the team's increased velocity is reducing testing cost. Static testing is a type of testing that is performed without executing the code, such as code reviews, inspections, and walkthroughs. By catching defects early through static testing, the team can reduce the number of defects that make it to the testing phase, which ultimately saves time and resources. This allows the team to focus more on development and increase their productivity.

User Max Stewart
by
8.6k points