nerdexam
Scrum

PSD · Question #101

What is a unit test?

The correct answer is C. A test that isolates and verifies individual units of functionality. A unit test is a test that isolates and verifies the functionality of one unit.

Test Driven Development

Question

What is a unit test?

Options

  • AA technique for ensuring that units of co-dependent systems integrate correctly
  • BA way to ensure product code satisfies the user requirements
  • CA test that isolates and verifies individual units of functionality
  • DA test that ensures a specific method integrates properly with the code calling it

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    89% (17)

Explanation

A unit test is a test that isolates and verifies the functionality of one unit.

Topics

#unit testing#test isolation#test types

Community Discussion

No community discussion yet for this question.

Full PSD Practice