Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 979 Bytes

stc-0007.md

File metadata and controls

36 lines (22 loc) · 979 Bytes

← back to table of contents

System test case 0007

UID Category Title
0007 Selection Deselect objects via mouse's box selection

Description (User must be able to...)

Deselect objects by creating a box selection on an empty spot on the canvas.

Steps

  1. load pre-existent file containing some objects
  2. select all objects by pressing Ctrl+A
  3. deselect all objects by clicking and dragging the mouse on an empty spot on the canvas

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, repeat the same assertions performed after finishing step 1

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.