Chapter 14 Flashcards

1
Q

What is Testing?

A

Process of examining a component, subsystem, or system to determine its operational characteristics and whether it contains any defects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Test case?

A

Formal description of a starting state, one or more events to which the software must respond, and the expected response or ending state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Test data

A

Set of starting states and events used to test a module, group of modules or entire system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Unit test

A

tests of an individual method, class or component before it is integrated with other software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Driver

A

method or class developed for unit testing that simulates behaviour of a method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Stub

A

Method or class devloped for unit testing that simulates the behaviour of a method invoked that hasnt yet been written

How well did you know this?
1
Not at all
2
3
4
5
Perfectly