- AEfferent Coupling
- BNumber of source lines of code
- CCyclomatic Complexity Number
- DTime taken to perform inspection
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
✅ Cyclomatic Complexity Number
The complexity of code is primarily determined by Cyclomatic Complexity (CC), which measures the number of linearly independent paths in a program.
Thus, Cyclomatic Complexity Number is the correct answer! 🚀
✅ True
A build can be triggered automatically by a version control tool when changes are committed. This is a key feature of Continuous Integration (CI).
🔹 How does this work?
Thus, the statement is TRUE ✅ because modern development workflows allow builds to be triggered automatically by version control changes. 🚀
✅ IBM ClearCase is a stream-based version control system.
IBM ClearCase follows a stream-based version control model, which means:
A distributed version control system (DVCS), like Git or Mercurial, allows each developer to have a full copy of the repository locally. ClearCase does not follow this model—it relies on a central repository and stream-based branching.
Thus, IBM ClearCase is a stream-based version control system. 🚀
✅ both user stories and bug fixes
✅ Selenium
✅ Code Complexity
✅ NAnt
✅ Cobertura