test values
normal test value, extreme test value, exceptional test value, boundary values
use NORMAL, EXTREME and EXCEPTIONAL values as test data
test table
use a TEST TABLE
syntax error
identify SYNTAX errors
logic error
identify LOGIC errors
execution error
describe EXECUTION errors
fit for purpose
complete functional requirements
evaluate the FITNESS for PURPOSE of a software solution
code efficiency
loops, arrays, if selection
evaluate the EFFICIENCY of code constructs used in a software solution
robust
evaluate the ROBUSTNESS of a software solution
internal comment
readability
assess use of INTERNAL COMMENTS in evaluating readability of a software solution
meaningful identifier
readability
assess use of MEANINGFUL IDENTIFIERS in evaluating readability of a software solution
indentation
readability
assess use of INDENTATION in evaluating readability of a software solution
white space
readability
assess use of WHITESPACE in evaluating readability of a software solution