EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
XP
|
|
WinWin
|
|
SCRUM
|
|
Evolutionary
|
Detailed explanation-1: -Test-Driven Development And valuable feedback comes from good testing. XP teams practice test-driven development technique (TDD) that entails writing an automated unit test before the code itself. According to this approach, every piece of code must pass the test to be released.
Detailed explanation-2: -Extreme Programming (XP) is an agile software development framework that aims to produce higher quality software, and higher quality of life for the development team. XP is the most specific of the agile frameworks regarding appropriate engineering practices for software development.
Detailed explanation-3: -The feedback group in Extreme Programming includes four practices: pair programming, planning game, test-driven development, and whole team. Pair programming is a practice that makes two developers work at one computer. That allows the XP team to save lots of time by achieving better productivity.