|
|
Save Status Logs |
Equivalence classes
Saving name of change to a test data item
Saving action of getting the value of a field
Saving action of opening a class
Saving action of instantiating a class
Detailed Test Cases
|
Case # |
Description |
Steps |
Expected Outcome |
Actual Outcome |
|
1 |
Saving value change of primitive test data item |
|
Message appears in Session Log in the format: [10:55] Change ‘myDouble’ value to 25.986 |
|
|
2 |
Saving value change of Object type test data item |
|
Message appears in Session Log in the format: [10:55] Change ‘myString’ value to Hello World |
|
|
3 |
Saving name change of primitive test data item |
|
Message appears in Session Log in the format: [10:55] Rename ‘myDouble’ to ‘yourDouble’ |
|
|
4 |
Saving name change of Object test data item |
|
Message appears in Session Log in the format: [10:55] Rename ‘thisObject’ to ‘thatObject’ |
|
|
5 |
Saving action of opening a class |
|
Message appears in Session Log in the format: [10:55] Open class ‘java.lang.String’ |
|
|
6 |
Saving action of instantiating a class |
|
Message appears in Session Log in the format: [10:55] Instantiate class java.lang.String (MyString) |
|
|
7 |
Saving action of getting the value of a field of primitive type |
|
Message appears in Session Log in the format: [10:55] Get Field Value - radixTenUnits |
|
|
8 |
Saving action of getting the value of a field of Object type |
|
Message appears in Session Log in the format: [10:55] Get Field Value - radixTenUnits |
Author: Wes Strickland
Date: 3/10/01