Chapter 14 Flashcards
What is Testing?
Process of examining a component, subsystem, or system to determine its operational characteristics and whether it contains any defects
What is a Test case?
Formal description of a starting state, one or more events to which the software must respond, and the expected response or ending state
Test data
Set of starting states and events used to test a module, group of modules or entire system
Unit test
tests of an individual method, class or component before it is integrated with other software
Driver
method or class developed for unit testing that simulates behaviour of a method
Stub
Method or class devloped for unit testing that simulates the behaviour of a method invoked that hasnt yet been written