MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -8. In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented. Explanation: XP follows Test-first development approach. 9.

Detailed explanation-2: -What is true about Extreme Programming? Explanation: XP is a lightweight, efficient, low-risk, flexible, predictable, scientific, and fun way to develop a software.

Detailed explanation-3: -Tests in XP come in two basic flavors. Unit Tests are automated tests written by the developers to test functionality as they write it. Each unit test typically tests only a single class, or a small cluster of classes. Unit tests are typically written using a unit testing framework.

Detailed explanation-4: -Activities. XP describes four basic activities that are performed within the software development process: coding, testing, listening, and designing.

There is 1 question to complete.