engineering computer science MCQ #1262

Which type of software testing involves testing individual units of code?

engineering computer science MCQ #1262

  1. Question 1

    Q1. Which type of software testing involves testing individual units of code?

    • A) Integration testing
    • B) System testing
    • C) Unit testing
    • D) Acceptance testing

    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.