Final answer:
Pair Programming is the technique where two team members work simultaneously on the same work item in Agile Software Development. It involves a driver and a navigator who switch roles regularly to enhance collaboration and code quality. Option A
Step-by-step explanation:
The technique where two team members work simultaneously on the same work item is called Pair Programming. In Pair Programming, one team member is the driver, who writes the code, and the other is the navigator, who reviews the code and thinks strategically. They switch roles frequently, enhancing collaboration and code quality.
Pair Programming is commonly used in Agile Software Development methodologies, such as Scrum and Extreme Programming (XP). It can help improve code quality, knowledge sharing, and problem-solving. It also helps catch errors and improve communication within the team. Option A