Chapter 9 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

guidelines for what to test:

A

Incoming messages should be tested for the state they return.

Outgoing command messages should be tested to ensure they get sent.

Outgoing query messages should not be tested.

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

guidelines for what to test:

A

Incoming messages should be tested for the state they return.

Outgoing command messages should be tested to ensure they get sent.

Outgoing query messages should not be tested.

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

Testing Incoming Messages

A

Incoming messages make up an object’s public interface, the face it presents to the world. These messages need tests because other application objects depend on their signatures and on the results they return.

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

Testing Incoming Messages

A

Incoming messages make up an object’s public interface, the face it presents to the world. These messages need tests because other application objects depend on their signatures and on the results they return.

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