Calculator Edit Tab Test case OS802B5

From OLPC
Jump to: navigation, search
Test Case ID Category Feature Description Prerequisite Test Description Input Data Expected Result No Of TC combination Status (Pass/Fail) Defect Id
1.2 Verify the Edit tab in Calculator Activity
CAL_P1.2 UI Verify the features of the edit tab in Calculator activity. User is in calculator activity window.
  1. Click on the Edit Tab
  2. Check the features of activity tab
System should navigated to edit tab and the following features should be displayed
  • Copy
  • Paste
  • Cut
1 Pass
CAL_P1.2.1 FUN Verify the functionality of Copy. User is in edit tab Window.
  1. Insert some data to the entry box.
  2. Right click on the entry box.
  3. Click on "Select All" option.
  4. Click on the Copy option.
255 System should copy the entered data. 1 Pass
CAL_P1.2.2 FUN Verify the functionality of Paste. User is in edit tab Window.
  1. Insert some data to the entry box.
  2. Right click on the entry box.
  3. Click on "Select All" option.
  4. Click on the Copy option.
  5. Click on the Paste option.
600 System should display 600. 1 Pass
CAL_P1.2.3 FUN Verify the functionality of Cut. User is in edit tab Window.
  1. Insert some data to the entry box.
  2. Right click on the entry box.
  3. Click on "Select All" option.
  4. Click on the Cut option.
700 Disappear the entered value from the entry box. 1 Pass