Fundamentals of Testing Flashcards

1
Q

Coverage

A

The degree to which specified coverage items are exercised by a test suite, expressed as a percentage.

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

Debugging

A

The process of finding, analyzing and removing the causes of failures in a component or system.

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

Defect

A

An imperfection or deficiency in a work product where it does not meet its requirements or specifications.

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

Error

A

A human action that produces an incorrect result.

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

Failure

A

An event in which a component or system does not perform a required function within specified limits.

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

Quality

A

The degree to which a work product satisfies stated and implied needs of its stakeholders.

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

Quality Assurance

A

Activities focused on providing confidence that quality requirements will be fulfilled.

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

Root Cause

A

A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed.

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

Test Analysis

A

The activity that identifies test conditions by analyzing the test basis.

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

Test Basis

A

The body of knowledge used as the basis for test analysis and design.

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

Test Case

A

A set of preconditions, inputs, actions (where applicable), expected results and postconditions, developed based on test conditions.

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

Test Completion

A

A set of preconditions, inputs, actions (where applicable), expected results and postconditions, developed based on test conditions.

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

Test Condition

A

A testable aspect of a component or system identified as a basis for testing.

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

Test Control

A

The activity that develops and applies corrective actions to get a test project on track when it deviates from what was planned.

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

Test Data

A

Data needed for test execution.

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

Test Design

A

Data needed for test execution.

17
Q

Test Execution

A

The activity that runs a test on a component or system producing actual results.

18
Q

Test Implementation

A

The activity that prepares the testware needed for test execution based on test analysis and design.

19
Q

Test Monitoring

A

The activity that checks the status of testing activities, identifies any variances from planned or expected, and reports status to stakeholders.

20
Q

Test Object

A

The work product to be tested.

21
Q

Test Objective

A

The purpose for testing.

22
Q

Test Planning

A

The purpose for testing.

23
Q

Test Procedure

A

A sequence of test cases in execution order, and any associated actions that may be required to set up the initial preconditions and any wrap up activities post execution.

24
Q

Test Result

A

The consequence/outcome of the execution of a test.

25
Testing
The process within the software development lifecycle that evaluates the quality of a component or system and related work products.
26
Testware
Work products produced during the test process for use in planning, designing, executing, evaluating and reporting on testing.
27
Validation
Confirmation by examination that a work product matches a stakeholder's needs.
28
Verification
Confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled.