Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 935 Bytes

stc-0010.md

File metadata and controls

36 lines (22 loc) · 935 Bytes

← back to table of contents

System test case 0010

UID Category Title
0010 Deletion Delete objects via box selection + key

Description (User must be able to...)

Delete objects by selecting them with box selection, then pressing the Delete key.

Steps

  1. load pre-existent file containing some objects
  2. select all objects by clicking and dragging the mouse
  3. delete all of them at once by pressing Delete

Assertions

  • after step 1...
    • the collection with text blocks must have 1 item
    • the collection for nodes must have 8 items
    • no object must be selected
  • after step 2, all existing objects (1 text block + 8 nodes) must be selected
  • after step 3, there must be no objects in the graph

Setup

Copy .ndz file with objects to be selected in a temporary folder so we can load it.

Teardown

Remove .ndz file copied during setup.