Editorial / Best Answer
kurtz182
The earlier QA gets involved in the software development process, and the greater their presence in this process, the more they will help prevent defects.
QA can review software design documents (cross-functional peer reviews) before software engineers begin developing their code. QA can maintain its presence and continue to offer feedback throughout the development process until the initial release of the program to test.
QA will not prevent defects from occurring, but can minimize the quantity and severity of defects by:
1) Fully understanding the scope of the software development project,
2) Getting involved at the earliest possible stage in the development cycle,
3) Reviewing the project plan for development and offering feedback, and
4) Maintaining a presence in the development process before the first release to test.
Prevent Defects
Profile Answers by mathan_vel Questions by mathan_vel
Questions by mathan_vel answers by mathan_vel
Editorial / Best Answer
kurtz182Profile Answers by kurtz182 Questions by kurtz182
The earlier QA gets involved in the software development process, and the greater their presence in this process, the more they will help prevent defects.
QA can review software design documents (cross-functional peer reviews) before software engineers begin developing their code. QA can maintain its presence and continue to offer feedback throughout the development process until the initial release of the program to test.
QA will not prevent defects from occurring, but can minimize the quantity and severity of defects by:
1) Fully understanding the scope of the software development project,
2) Getting involved at the earliest possible stage in the development cycle,
3) Reviewing the project plan for development and offering feedback, and
4) Maintaining a presence in the development process before the first release to test.
Related Answered Questions
Related Open Questions