home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / software / 5036 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!sun-barr!olivea!charnel!sifon!thunder.mcrcim.mcgill.edu!poly-vlsi!tintin!neveu
  2. From: neveu@tintin (Jean-Sebastien Neveu)
  3. Newsgroups: comp.software-eng
  4. Subject: Re: Test coverage
  5. Message-ID: <1992Dec15.173547.19955@vlsi.polymtl.ca>
  6. Date: 15 Dec 92 17:35:47 GMT
  7. References: <1992Dec15.021906.16315@seq.uncwil.edu>
  8. Sender: news@vlsi.polymtl.ca (USENET News System)
  9. Organization: Ecole Polytechnique de Montreal
  10. Lines: 32
  11. X-Newsreader: TIN [version 1.1 PL6]
  12.  
  13. R.T. Herbst (herbst@seq.uncwil.edu) wrote:
  14. : There are two facilities in UNIX V rel 4 that will help in 
  15. : evaluating a test. Ctrace and  lprof.
  16. : Ctrace will trace a program giving lvalues for each statement 
  17. : executed.
  18. : Lprof will display the frequency of execution 
  19. : of statements or the statements executed.
  20. : I find both ctrace and lprof useful in debugging and in 
  21. : determining the coverage of a test.
  22. : herbst@seq.uncwil.edu
  23.  
  24. There is also "tcov" which can be use in conjunction with the "-a" option
  25. of the C compiler.
  26.  
  27. I find all these built-in tools very limited.  There are plenty of other tools
  28. useful in determining test coverage.  Datrix and GCT are only two of them.
  29.  
  30. --
  31. /************************************************************************\
  32. * Jean-Sebastien Neveu, ing. jr.  | Humain, sais-tu comme c'est interes- *
  33. * Laboratoire de Genie Logiciel   | sant, cette chose que tu decris ?    *
  34. * Ecole Polytechnique de Montreal | Avata n'a pas de dieu.  Comment se   *
  35. * CP 6079, succ. A,               | fait-il que tu aies un dieu ? Avata  *
  36. * Montreal, Quebec, H3C 3A7       | a le Soi, Avata a cet univers.  Mais *
  37. * Tel: (514) 340-4599             | toi, tu as un dieu.  Ou as-tu trouve *
  38. * FAX: (514) 340-3240             | ce dieu ?              KERRO PANILLE *
  39. * E-Mail: neveu@rgl.polymtl.ca    |           Les traductions de l'Avata *
  40. \************************************************************************/
  41.