0
5.1kviews
What is the use of code complexity testing ? Also compute code complexity with the help of suitable example.
1 Answer
0
125views

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 …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.