Chapter 5 Test Management Flashcards

(23 cards)

1
Q

What is the purpose of a test plan?

A

To define the scope, objectives, approach, and resources for testing.

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

Name three elements typically found in a test plan.

A

Entry/exit criteria, test deliverables, test schedule.

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

What are test entry criteria?

A

Preconditions that must be met before testing can begin.

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

What are test exit criteria?

A

Conditions that must be satisfied to consider testing complete.

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

What is the Work Breakdown Structure (WBS) technique used for?

A

Estimating testing effort by breaking it into smaller activities.

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

What is test monitoring?

A

The activity of tracking actual testing progress and comparing it with planned progress.

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

What is test control?

A

Taking corrective actions based on deviations found during test monitoring.

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

Name three test monitoring metrics.

A

% test cases executed, defect density, % passed tests.

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

What is configuration management?

A

Systematic management of changes to test artifacts and environments to ensure integrity and traceability.

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

What is a configuration item (CI)?

A

Any version-controlled asset (e.g. test case, code, environment, data).

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

What is a baseline in configuration management?

A

A formally approved version of a configuration item.

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

What is change control?

A

The process of approving or rejecting changes to baselined items.

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

What is a product risk?

A

A risk related to software quality or functionality (e.g. a core feature might fail).

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

What is a project risk?

A

A risk that affects testing activities or schedules (e.g. unstable test environment).

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

What is risk-based testing (RBT)?

A

A testing approach that prioritizes tests based on likelihood and impact of risks.

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

How is risk typically assessed?

A

By evaluating the likelihood of failure multiplied by its impact.

17
Q

What is a defect?

A

A deviation from expected behavior identified during testing.

18
Q

Name three key fields in a good defect report.

A

Steps to reproduce, expected result, actual result.

19
Q

What does severity describe in a defect report?

A

The technical impact the defect has on the system.

20
Q

What does priority describe in a defect report?

A

The business urgency to fix the defect.

21
Q

Who usually sets severity?

22
Q

Who usually sets priority?

A

The product owner or project manager.

23
Q

What is the simplified defect lifecycle?

A

New → Assigned → Fixed → Retested → Closed (or Reopened).