SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
customers
|
|
developers
|
|
analysts
|
|
All of these
|
Detailed explanation-1: -Who performs Unit Testing? Unit testing is the first software testing phase in SDLC and it is usually taken up during the development of the application. These unit test cases are written and executed by software developers.
Detailed explanation-2: -Unit testing can be performed by anyone who has access to the source code for the project or application. This includes developers, testers, and QA engineers, although it often involves a combination of these roles. Unit tests should be written by developers who know how a class, function, or module should work.
Detailed explanation-3: -As the role of QA has evolved in the last few years, they not only perform functional and integration testing but also actively participating in unit testing.