Multiple choice technology testing

Extreme Programming include

  1. programming in pairs

  2. Doing extensive Code Review

  3. Unit testing of all the code

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XP includes all three practices: pair programming (continuous review), extensive code review, and comprehensive unit testing. These together ensure code quality and rapid feedback.