Remove Returned Data Item
 

 

Equivalence Classes

Returned Item

 

Remove

 

Detailed Test Cases

Case # Description Steps Expected Outcome Actual Outcome
  Preparation. Note - this preparatory step needs to have been done before any other test cases are carried out
  • Open 'java.lang.Object'
  • Instantiate the class
  • Invoke 'hashcode' twice
  • Invoke 'getClass' twice

2 java.lang.Integers appear in the returned objects tab

2 java.lang.Class objects appear in the returned objects tab

 
1 Remove returned data item, none selected
  • Click on the remove button with nothing selected
nothing happens  
2 Remove returned data item, 1 primitive selected
  • Click on the remove button with the result of 'hashcode' selected
selected row is removed from the object pool  
3 Remove returned data item, 1 object selected
  • Click on the remove button with the result of 'getClass' selected
selected row is removed from the object pool  
4 Remove returned data item, 2 items selected
  • Click on the remove button with the result of 'hashcode' and 'getClass' selected
selected rows are removed from the object pool  

 

Author: Jonathon Lee
Date: 3/12/01