SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS
AUTOMATED TESTING TOOLS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
a) Users
|
|
b) Developers
|
|
c) Customers
|
|
d) None of the mentioned
|
|
0
|
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.