Saturday, April 5, 2008
Code Coverage Analysis
Code coverage analysis(CCA) to achieve quality is as good as the cases considered while coding and then testing. CCA can only find out "wasted efforts" (in unreachable codes) and effectiveness of "test cases". So CCA can be effective to ensure quality only if the test cases are exhaustive. Ofcourse it can't ensure quality through performance, brevity of code, memore usage, etc. So effectiveness of CCA and its association with quality is extremely limited.
http://www.linkedin.com/answers/technology/software-development/TCH_SFT/250828-155544?browseIdx=27&sik=1238529999127&goback=.ama
Subscribe to:
Post Comments (Atom)
This comment has been removed by the author.
ReplyDelete