SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
State true or false:Testing can be used to find all the errors in code.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Mutation Testing is a type of white box testing in which the source code of one program is changed and verifies whether the existing test cases can identify these defects in the system.

Detailed explanation-2: -Testing includes an examination of code and the execution of code in various environments, conditions, and all the examining aspects of the code.

Detailed explanation-3: -Explanation: Unit testing is a method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures are tested to determine if they are fit for use.

There is 1 question to complete.