SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Code documentation defects can be best identified by
A
white box testing
B
black box testing
C
acceptance testing
D
code reviews
Explanation: 

Detailed explanation-1: -In both the industrial and student code reviews, over 70 percent of the findings were evolvability defects. In the industrial reviews, about 20 percent of the identified defects were functional, while in the student reviews, only 13 percent were functional.

Detailed explanation-2: -In doing a code review, you should make sure that: The code is well-designed. The functionality is good for the users of the code. Any UI changes are sensible and look good.

Detailed explanation-3: -Code review helps developers learn the code base, as well as help them learn new technologies and techniques that grow their skill sets.

There is 1 question to complete.