A consultant is hired to determine why a software development team frequently has projects with serious flaws that are only discovered the week before the project due date. Which of these is most likely to be the problem?

(1 point)
Responses

The developers use Agile instead of waterfall.

The developers use Agile instead of waterfall.

The developers use HTML instead of CSS.

The developers use HTML instead of CSS.

Testing doesn’t occur until the development phase.

Testing doesn’t occur until the development phase.

Testing occurs throughout the development phase.

1 answer

The most likely problem is:

Testing doesn’t occur until the development phase.

This suggests that issues are identified late in the process, which aligns with the scenario of discovering serious flaws only the week before the project due date. In effective software development practices, especially in Agile methodologies, testing should occur continuously throughout the development process to catch issues early and reduce the risk of last-minute problems.