SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

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: -XP describes four basic activities that are performed within the software development process: coding, testing, listening, and designing.

Detailed explanation-2: -What are unit test frameworks and how are they used? Simply stated, they are software tools to support writing and running unit tests, including a foundation on which to build tests and the functionality to execute the tests and report their results.

There is 1 question to complete.