Chapter 1 Fundamentals of testing Flashcards

1
Q

Testing

A

The process consisting of all life cycles activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and to detect defects.

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

Verification

A

Confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled.

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

Validiation

A

Confirmation by examination and through provision of objective evidence that the requirements for a specific intended use or apllication have been fulfilled.

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

Test objective

A

A reason or purpose for designing and executing a test.

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

Test object

A

The component or system to be tested.

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

Debugging

A

The process of finding, analyzing and removing the causes of failures in software.

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

Quality assurance

A

Part of quality management 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

Quality

A

The degree to which a component, system or process meets specified requirements and/or user/customer needs and expectations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
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
11
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
12
Q

Root cause

A

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

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

Coverage

A

The degree to which specified coverage items have been determined to have been exercised by a test suite expressed as a percentage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
Q

Test planning

A

The activity of establishing or updating a test plan.

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

Test plan

A

Documentation describing the test objectives to be achieved and the means and the schedule for achieving them, organized to coordinate testing activities.

17
Q

Test monitoring

A

A test management activity that involves checking the status of testing activities, identifying any variances from the planned or expected status and reporting status to stakeholders.

18
Q

Test control

A

A test management task that deals with developing and applying a set of corrective actions to get a test project on track when monitoring shows a deviation from what was planned.

19
Q

Test analysis

A

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

20
Q

Test condition

A

An aspect of the test basis that is relevant in order to achieve specific test objectives.

21
Q

Test design

A

The activity of deriving and specifying test cases from test conditions.

22
Q

Test case

A

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

23
Q

Test data

A

Data created or selected to satisfy the execution preconditions and inputs to execute one or more test cases.

24
Q

Test implementation

A

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

25
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.

26
Q

Test suite

A

A set of test cases or test procedures to be executed in a specific test cycle.

27
Q

Test execution schedule

A

A schedule for the execution of test suites within a test cycle.

28
Q

Test execution

A

The process of running a test on the component or system under test, producing actual result(s).

29
Q

Testware

A

Work products produced during the test process for use in planning, designing, executing, evaluating and reporting on testing.

30
Q

Test completion

A

The activity that makes test assets available for later use, leaves test environments in a satisfactory condition and communicates the results of testing to relevant stakeholders.

31
Q

Test oracle

A

A source to determine expected results to compare with the actual result of the system under test.

32
Q

Traceability

A

The degree to which a relationship can be established between two or more work products.