InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about code inspection in the context of software testing? What are its advantages? |
|
Answer» Code inspection is a sort of STATIC testing that involves inspecting software code and looking for flaws. It simplifies the initial error detection procedure, lowering the defect multiplication ratio and avoiding subsequent stage error detection. This code inspection is actually PART of the application evaluation procedure. Following are the key steps involved in code inspection :
Following are the advantages of Code Inspection : |
|