Test Planning Flashcards

1
Q

What is a test plan?

A

A documentation of the goals, concerns, methodology, and metrics for testing

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

When writing a test plan, being too ______ can be a problem.

A

specific

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

Why should you use test plans?

A

If you skip this, you will likely test the wrong thing

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

What are some of the contents of a test plan?

A
Purpose and objective
Requirements
Schedule
Evaluation Criteria (Test Requirements)
Expected Risks
Deliverables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some types of testing that can be included in a test plan?

A
Unit
Integration
System
Acceptance
Regression
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Objectives on a test plan including specifying the _______ under test, _________ and __________ requirements

A

software, functional, non-functional

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

Some environmental factors of a test plan include _______, _________ and other preconditions

A

platform, resources

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

What are 3 ways to handle intractability from multiple configurations?

A

Test most common configurations
Test most extreme scenarios
Combinatorial testing

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

What are some deliverables?

A

Coverage report, docs, test scripts, logs, summaries of failures

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

A monolithic and high risk project will need more ______ documentation. If it’s more fast paced and low risk, you can put ____ detail

A

detailed, less

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

What is there a tendency against test plans?

A

Lighter weight approaches can examine higher level project quality

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

What is Attribute Component Capability? How it it arranged?

A

Organizing your test process with a matrix that shows how software attributes are satisfied.
Attributes and components form the coloumns and rows of a matrix
Capabilities fit into the cells

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

What are the benefits and risks of ACC?

A

Benefits: Act on easily, adjust, changes over time
Risks: Not suitable for high risk systems

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