Question

What is "unit testing" and how does it relate to debugging?

A It's a debugging technique for large systems.
B It's a method for testing individual components (units) of code in isolation, which can help prevent bugs and make debugging easier when they do occur.
C It's a process of fixing bugs after deployment.
D It's a type of performance testing.
E It's an alternative to using a debugger.
Practice Next

Hey! Ask a query