Practice free →
HomeSoftware TestingSoftware Testingfundamentals_levels_techniques › Unit testing is normally performed by

Unit testing is normally performed by

AThe developer who wrote that code
BThe product manager during release
CThe customer support team on demand
DThe end user after the deployment
Answer & Solution
Correct answer: A. The developer who wrote that code
Unit tests verify the smallest testable parts (functions, methods, classes) in isolation, normally written and run by developers as part of build/CI. Frameworks: JUnit, NUnit, pytest, Jest.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions