SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What kind of testing technique would you use, as a programmer, to ensure that your test cases are covering all of the code and functionality of the application program? KLO:2.4 d
A
a. Test Design
B
b. Test Document
C
c. Test Coverage
D
d. Test Point
E
0
Explanation: 

Detailed explanation-1: -Unit testing is a type of software testing which is done on an individual unit or component to test its corrections. Typically, Unit testing is done by the developer at the application development phase. Each unit in unit testing can be viewed as a method, function, procedure, or object.

Detailed explanation-2: -Black-box testing is a method of software testing that examines the functionality of an application based on the specifications. It is also known as Specifications based testing.

There is 1 question to complete.