1.

Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur.(a) True(b) FalseI had been asked this question in class test.Asked question is from Extreme Programming topic in chapter Software Processes, Models and Agile Software Development of Software Engineering

Answer»

Correct choice is (a) True

The explanation: In XP Some tests can be very difficult to WRITE incrementally.For example, in a complex user INTERFACE, it is OFTEN difficult to write unit tests for the code that implements the ‘DISPLAY logic’ and workflow between screens.



Discussion

No Comment Found

Related InterviewSolutions