home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / autopsp.zip / CHK3.DAT < prev    next >
Text File  |  1994-01-23  |  789b  |  38 lines

  1. Completeness:
  2.     * Have you tested every object?
  3.     * Every method of every object?
  4.  
  5. Interface:
  6.     * Have to proven the correctness of each output?
  7.     * Does the program respond gracefully to any input?
  8.     * Does the user receive a clear view of what the
  9.         program is doing at all times?
  10.  
  11. Data:
  12.     * Have you tried both very large and very small
  13.         data sets?
  14.     * Have you allowed any other programmers/users to
  15.         experiment with the program?
  16.  
  17. Logic:
  18.     * Have you proven the correctness of your logic?
  19.     * Have you proven the accuracy of your math?
  20.  
  21. Environment:
  22.     * Do you leave any memory allocated?
  23.     * Do you leave any files open?
  24.     * Do you do either of the above in the event of
  25.         an error?
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.