Chapter 1 Flashcards

1
Q

exit criteria:

A

The set of generic and specific conditions, agreed upon with the stakeholders for permitting a process to be officially completed. The purpose of exit criteria is to prevent a task from being considered completed when there are still outstanding parts of the task which have not been finished. Exit criteria are used to report against and to plan when to stop testing.

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

test closure:

A

During the test closure phase of a test process data is collected from completed activities to consolidate experience, testware, facts, and numbers. The test closure phase consists of finalizing and archiving the testware and evaluating the test process, including preparation of a test evaluation report.

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

test execution:

A

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

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

test implementation:

A

The process of developing and prioritizing test procedures, creating test data and, optionally, preparing test harnesses and writing automated test scripts.

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

test process:

A

The fundamental test process comprises test planning and control, test analysis and design, test implementation and execution, evaluating exit criteria and reporting, and test closure activities.

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

test script:

A

Commonly used to refer to a test procedure specification, especially an automated one.

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

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

test management:

A

The planning, estimating, monitoring, and control of test activities, typically carried out by a test manager.

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

test condition:

A

An item or event of a component or system that could be verified by one or more test cases, e.g., a function, transaction, feature, quality attribute, or structural element.

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

test design:

A

(1) See test design specification; (2) The process of transforming general testing objectives into tangible test conditions and test cases.

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

test design specification:

A

A document specifying the test conditions (coverage items) for a test item, the detailed test approach and identifying the associated high level test cases.

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

test specification:

A

A document that consists of a test design specification, test case specification, and/or test procedure specification

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

test procedure specification:

A

A document specifying a sequence of actions for the execution of a test. Also known as test script or manual test script.

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

test case:

A

A set of input values, execution preconditions, expected results and execution post conditions, developed for a particular objective or test condition, such as to exercise a particular program path or to verify compliance with a specific requirement.

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

A logical (high-level) test case

A

A logical (high-level) test case is defined as “a test case without concrete (implementation level) values for input data and expected results. Logical operators are used; instances of the actual values are not yet defined and/or available.”

17
Q

A concrete (low-level) test case

A

A concrete (low-level) test case is defined as “a test case with concrete (implementation level) values for input data and expected results. Logical operators from high-level test cases are replaced by actual values that correspond to the objectives of the logical operators.”

18
Q

test procedure

A

A document specifying a sequence of actions for the execution of a test. Also known as test script or manual test script.

19
Q

test script:

A

Commonly used to refer to a test procedure specification, especially an automated one.

20
Q

test summary report

A

A document summarizing testing activities and results. It also contains an evaluation of the corresponding test items against exit criteria