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 :

  • An Inspection team's primary members are the Moderator, Reader, Recorder, and Author.
  • The inspection team receives related documents, prepares the inspection meeting, and coordinates with the inspection team members.
  • If the inspection team is unfamiliar with the project, the author GIVES them an overview of the project and its code.
  • Following that, each inspection team conducts a code inspection using inspection checklists.
  • Conduct a meeting with all team members after the code inspection is completed to discuss the code that was inspected.

Following are the advantages of Code Inspection :

  • Code Inspection ENHANCES the overall quality of the product.
  • It finds bugs and flaws in software code.
  • In any event, it marks any PROCESS improvement.
  • It finds and removes functional defects in a timely and effective manner.
  • It aids in the correction of prior flaws.


Discussion

No Comment Found