0
5.1kviews
What is the use of code complexity testing ? Also compute code complexity with the help of suitable example.
1 Answer
| written 6.8 years ago by |
1. Program Statements and Line Coverage (Code Complexity Testing)
i. The most straightforward form of code coverage is called statement coverage or line coverage.
ii. If you’re monitoring statement coverage while you test your software, your goal is to make sure that you execute every statement in the program at …