Home › Software Testing › Software Testing › fundamentals_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.
Related questions
Exit criteria for a test phase typically includeTest-driven development (TDD) follows the cycleIn Agile, the tester's role is BEST described asSelenium is BEST described asWhich is a recognised BENEFIT of test automation?Risk-based testing prioritises test effort byA defect lifecycle typically begins with statusA test plan typically describes