SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Unit testing is done by:KLO:2.1
A
a) Users
B
b) Developers
C
c) Customers
D
d) None of the mentioned
E
0
Explanation: 

Detailed explanation-1: -Unit testing is a type of white-box testing. Integration testing is a type of black-box testing. It is performed by software developers or even by testers. It is performed by testers.

Detailed explanation-2: -Quality assurance engineers are also trained to conduct unit testing. Unit tests, whether done by the software developer or quality assurance professional, are usually automated, ensuring that a section of the software meets expectations. One can also do unit testing manually.

Detailed explanation-3: -Unit Testing is done during the development (coding phase) of an application by the developers. Unit Tests isolate a section of code and verify its correctness. A unit may be an individual function, method, procedure, module, or object.

There is 1 question to complete.