During the software development process, you notice that a considerable amount of defects are introduced during the design phase. Which static technique can be most effectively used to mitigate this early on?

  • Control Flow Testing
  • Data Flow Testing
  • Design Review
  • Requirement Review
A Design Review is a static analysis technique that focuses on the design aspects of the software. Conducting thorough design reviews ensures that the design is consistent, meets requirements, and can identify potential issues early on. This can significantly reduce the number of defects introduced during the design phase.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *