Which type of software testing involves testing individual units of code?
Q1. Which type of software testing involves testing individual units of code?
Answer: Unit testing
Explanation: Unit testing involves testing individual units of code, such as functions or methods, to ensure they work as expected in isolation.