Testing Conventional Apps(Testability Fundamentals) Flashcards

1
Q

It operates cleanly. The better it works, the more efficiently it can be tested.

A

Operability

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

The results of each test case are readily observed. What you see is what you test.

A

Observability

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

The degree to which testing can be automated and optimized

A

Controllability

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

Testing can be targeted. Isolate problems and retest. Independent modules allow testing to be done independently

A

Decomposability

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

Reduce complex architecture and logic to simplify tests
Functional simplicity
Structural simplicity
Code simplicity

A

Simplicity

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

Few changes are requested during testing. The fewer the changes, the fewer disruptions to testing

A

Stability

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

The more info we have, the smarter we will test

A

Understandability

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