CS401 | sw engineering
  • outline
  • projects
  • syllabus
  • links

Testing Code Coverage

 

measured as a percentage = % of source code that is executed during testing

  • option 1 = percentage of program subroutines called during execution of test suite

    option 2= percentage of program statements called during execution of the test suite.

cs401:sw engieering

  • home
  • outline
  • projects
  • syllabus
  • links