ch19 Validation Verification
ch19 Validation Verification
Dynamic
Prototype
validation
Test Test
results Specification
cases
Planning
Overview Follow-up
Individual
Rework
preparation
Inspection
meeting
#include <stdio.h>
printarray (Anarray)
int Anarray;
{
printf(“%d”,Anarray);
}
main ()
{
int Anarray[5]; int i; char c;
printarray (Anarray, i, c);
printarray (Anarray) ;
}
139% cc lint_ex.c
140% lint lint_ex.c
Develop
operational Design Test
profile statistical integrated
tests system
Frozen
specification