Test Design Flashcards

1
Q

Test design guideline 1

A

Several test cases may be needed for one requirement
Eg:
Zooming in and out is done 3 ways. Each way needs one test cases

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

Test Design Guideline 2

A

One test case = one test
+/- test case for zooming in out is one test case and one tes

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

Tests should not duplicate functionality

A

Don’t make the tester do the same thing twice

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

Test cases exist within the requirements

A

Don’t write test cases for scenarios outside what’s documented in the requirements. Eg: don’t test if you can boil a phone if you don’t need to

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

Tests must cover all requirements

A

Don’t forget to make a test cases for every element of every requirement

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

Software for test cases creation

A

Jira
Excel
Testrail

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

Black box testing

A

Is scripted, with test cases written in advance based on requirements

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

Equivalence partitioning

A

Grouping test data to reduce the number of required tests

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

Partition

A

A subset of acceptable values from within a larger set
(5-8 within all integers)

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

Boundary analysis

A

Test boundaries in a range and everything right above and right below the boundaries

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

Decision tables

A

Allows you to map all the possible combinations necessary to test. For example, a login form with username and password

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

Four rules of bug reports

A

Use cause and effect relationships
Describe the logical chain of steps
State the core issues
Structure the information

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

Cause and effect

A

State what the problem is, and what probably caused it

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

Describe the logical chain of steps that explains cause and rffect

A

Describe every step you took to get to the bug

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