StructureTransformMove

Case

No.

Inputs

Expected Outputs

Remarks

Result

1

Structure -> Transform -> Move

   A selected Drawing

   Component.

 

   A dialog that requests the

   amount of x and y pixels

   to move

 

   All tests with rectangle

   object.

 

   X: 0

   Y: 0

No movement

Test zero

Pass.

2

Structure -> Transform -> Move

   X: 10

   Y:  20

The selected component

is placed properly according to the users x, y inputs for pixels moved.

Both variables positive

Pass.

3

Structure -> Transform -> Move

   X:  -10

   Y:   20

 

X negative

Y positive

Pass.

4

Structure -> Transform -> Move

   X: 20

   Y: -10

 

Y negative

X positive

Pass.

5

Structure -> Transform -> Move

   X:  -50

   Y:  -50

 

Both variables negative

Pass.

 

6

Structure -> Transform -> Move

   Move object off of

   Window, from (0,0).

 

   X:  -20

   Y:  30

 

 

Pass.

 

 

7

Structure -> Transform -> Move

   Move object off of

   window, from lower

   right corner.

 

   X:  45

   Y:  45

 

 

Pass.