Home › B.Tech CSE › computerscience › Software Engineering › Testing an individual module or function in isol…
Testing an individual module or function in isolation is called:
Aintegration testing
Bunit testing
Cacceptance testing
Dsystem testing
Answer & Solution
Correct answer: B. unit testing
Unit testing verifies a single module/function in isolation.
Related questions
Changing one module should ideally not force changes in others; this is achieved by keepinCyclomatic complexity is a metric that measures:A UML use-case diagram primarily captures:In the V-model, each development phase is associated with a corresponding:A good modular software design aims for:Testing the interactions between combined modules is called:The Agile approach to software development emphasises:White-box testing focuses on: