McqMate
| Q. |
What is Cyclomatic complexity? |
| A. | black box testing |
| B. | white box testing |
| C. | yellow box testing |
| D. | green box testing |
| Answer» B. white box testing | |
| Explanation: cyclomatic complexity measures the amount of decision logic in the program module.cyclomatic complexity gives the minimum number of paths that can generate all possible paths through the module. | |
View all MCQs in
Software Project Management (SPM)No comments yet