🎴 Flashcard Mode

Software Testing Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

To test a function, the programmer has to write a___, which calls the function and passes it test data

AnswerClick to flip back
A
Driver
πŸ’‘ Explanation:

A driver is a test harness or program that calls the function under test and passes it test data. Conversely, a stub is a dummy implementation called by the function under test to simulate missing dependencies.

Change Mode