QuestionQ112

Test Automation Tools

Universal Containers has five development teams. The teams have performed well, but the number of bugs has been rising. After every sprint, they require more time to understand the code and make changes.

What are two ways to improve performance?

Choose two
  • A Define a team that will analyze/approve all changes.
  • B Sprint review process.
  • C Version control system to identify who is generating the bugs.
  • D Define and follow code standards.
Explanation

A sprint review process creates a regular opportunity to inspect completed work, obtain feedback, and adapt subsequent work. Consistently defined and followed code standards improve code quality, readability, and maintainability across teams, which helps reduce defects and the time needed to understand and modify code.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!