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

Lab01 - Program Coding Phase Defects Checklist

This document is a checklist for coding phase defects that may occur when programming. It contains 12 common coding defects such as erroneous decision logic, branching errors, undefined loop terminations, I/O format errors, errors in preparing or processing input/output data, incorrect use of parameters, errors in loop counters, incorrect variable declarations, and more. Programmers should use this checklist to inspect for these defects during coding to improve program quality.

Uploaded by

Iulia Thira
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)
955 views1 page

Lab01 - Program Coding Phase Defects Checklist

This document is a checklist for coding phase defects that may occur when programming. It contains 12 common coding defects such as erroneous decision logic, branching errors, undefined loop terminations, I/O format errors, errors in preparing or processing input/output data, incorrect use of parameters, errors in loop counters, incorrect variable declarations, and more. Programmers should use this checklist to inspect for these defects during coding to improve program quality.

Uploaded by

Iulia Thira
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

VVSS, Lab01: Inspectare Informatică Română, 2019-2020/II, S01/S02

Coding Phase Defects Checklist 1

Check Mark () the


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

C02 Branching is erroneous.

C03 There are undefined loop terminations.

C04 I/O format errors exist.

C05 Subprogram invocations are violated.

C06 There are errors in preparing or processing input data.

C07 Output processing errors exist.

C08 Error message processing errors exist.

C09 There is confusion in the use of parameters.

C10 There are errors in loop counters.

C11 Errors are made in writing out variable names.

C12 Variable type and dimensions are incorrectly declared.

1
sursa: http://www.softwaretestinggenius.com/program-coding-phase-defects-checklist

You might also like