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

  • Select Test Data Item tab in Object Pool
  • Select New Test Data Item
  • Create a test data item of primitive type
  • Click on value tab of newly created test data item in Test Data Item tab
  • Type in new valid value
  • Hit return

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

  • Select Test Data Item tab in Object Pool
  • Select New Test Data Item
  • Create a test data item of Object type such as java.lang.String
  • Use default constructor
  • Click on value tab of newly created test data item
  • Type in new valid value
  • Hit return

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

  • Select Test Data Item tab in Object Pool
  • Select New Test Data Item
  • Create a test data item of primitive type
  • Click on name tab of newly created test data item in Test Data Item tab
  • Type in new valid name
  • Hit return

Message appears in Session Log in the format:

[10:55] Rename ‘myDouble’ to ‘yourDouble’

 

4

Saving name change of Object  test data item

  • Select Test Data Item tab in Object Pool
  • Select New Test Data Item
  • Create a test data item of Object type
  • Click on name tab of newly created test data item in Test Data Item tab
  • Type in new valid name
  • Hit return

Message appears in Session Log in the format:

[10:55] Rename ‘thisObject’ to ‘thatObject’

 

5

Saving action of opening a class

  • Select File menu -> Open class
  • Enter 'java.lang.String' in textfield
  • Press OK button

Message appears in Session Log in the format:

[10:55] Open class ‘java.lang.String’

 

6

Saving action of instantiating a class

  • Select File menu -> Open class
  • Enter 'java.lang.String' in textfield
  • Press OK button
  • Select default constructor
  • After the class loads into the program, select Instantiate ‘java.lang.String’ from Test drop down menu

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

  • Select File menu -> Open class
  • Enter 'java.lang.String' in textfield
  • Press OK button
  • Select default constructor
  • After the class loads into the program, select Instantiate ‘java.lang.String’ from Test drop down menu
  • Click on the name of a field in the fields pane of a 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

  • Select File menu -> Open class
  • Enter 'java.lang.String' in textfield
  • Press OK button
  • Select default constructor
  • After the class loads into the program, select Instantiate ‘java.lang.String’ from Test drop down menu
  • Click on the name of a field in the fields pane of Object type

Message appears in Session Log in the format:

[10:55] Get Field Value - radixTenUnits

 

 

Author: Wes Strickland
Date: 3/10/01