SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which one is not a size measure for software
A
LOC
B
Function Count
C
Cyclomatic Complexity
D
Halstead’s program length
Explanation: 

Detailed explanation-1: -Millimeters, centimeters and meters are the metric units of length and inches is the non-metric unit of length.

Detailed explanation-2: -The most accepted method to quantify software complexity is the Cyclomatic Complexity. The cyclomatic complexity is a measure the number of independent paths in a program.

Detailed explanation-3: -Software size is principally measured in function points. It can also be measured in source lines of code (SLOC) which is functional code excluding comments. Whilst measuring SLOC is interesting, it is more of an indication of effort than of functionality.

There is 1 question to complete.