- Auser stories
- BNone of the options
- Cbug fixes
- Dboth user stories and bug fixes
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
The correct answer is:
✅ All the options
Continuous Integration (CI) is a software development practice where code changes are frequently merged into a shared repository and automatically tested. The following activities are essential parts of CI:
Inspection ✅ (True)
Tests ✅ (True)
Version Control ✅ (True)
Since all these activities are integral to CI, the correct answer is "All the options." 🚀
The correct answer is:
✅ Codeline
In version control systems, a branch is sometimes referred to as a codeline because it represents a separate line of development that can evolve independently.
Codeline ✅ (Correct)
Trunk ❌ (Incorrect)
Mainline ❌ (Incorrect)
None of the options ❌ (Incorrect)
Thus, "Branch is also known as a Codeline." 🚀
The correct answer is:
✅ Branch
In software development, particularly in version control systems like Git, a branch represents an independent line of work.
Branch ✅ (Correct)
Code ❌ (Incorrect)
None of the options ❌ (Incorrect)
Thus, "Branch" is the best choice as it represents an independent line of development. 🚀
✅ False
Since CCMetrics does not measure non-linearly independent paths, the correct answer is False. 🚀
The correct answer is:
✅ Afferent Coupling
Afferent Coupling (Ca) ✅
Efferent Coupling (Ce) ❌
Cyclomatic Complexity ❌
Thus, Afferent Coupling is the correct answer as it represents incoming dependencies. 🚀
✅ All of the options
✅ NAnt
✅ All of the options