0% found this document useful (0 votes)
33 views1 page

Program Coding Phase Defects Checklist

This coding phase defects checklist contains 12 common coding defects that can occur during development. The checklist allows a developer to mark each defect as present (Yes) or not applicable (N/A) to identify potential issues with decision logic, branching, loops, I/O formatting, subprogram calls, data processing, error handling, parameters, counters, variable names, and declarations.

Uploaded by

Think Pink
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Program Coding Phase Defects Checklist

This coding phase defects checklist contains 12 common coding defects that can occur during development. The checklist allows a developer to mark each defect as present (Yes) or not applicable (N/A) to identify potential issues with decision logic, branching, loops, I/O formatting, subprogram calls, data processing, error handling, parameters, counters, variable names, and declarations.

Uploaded by

Think Pink
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Coding Phase Defects Checklist

Check Mark () the


Sr. Check Point / Defect Statement Appropriate Column
Yes N/A
01 Decision logic is erroneous or inadequate.

02 Branching is erroneous.

03 There are undefined loop terminations.

04 I/O format errors exist.

05 Subprogram invocations are violated.

06 There are errors in preparing or processing input data.

07 Output processing errors exist.

08 Error message processing errors exist.

09 There is confusion in the use of parameters.

10 There are errors in loop counters.

11 Errors are made in writing out variable names.

12 Variable type and dimensions are incorrectly declared.

You might also like