ViewGridspacing
7/16/03
CaseNo. |
Inputs |
Expected Outputs |
Remarks |
Result |
1 |
View -> GridSpacing |
A dialog with 2 input textboxes for the X and Y values of pixel space between grid lines. |
|
Pass. |
2 |
View -> GridSpacing
X: 5 Y: 5 |
|
Normal usage. |
|
3 |
View -> GridSpacing
X: 1 Y: 1 |
|
Make it small. |
Makes the whole page gray. The smallest it can reasonably resolve is X: 3 Y: 3 I call that pass. |
4 |
View -> GridSpacing
X: 400 Y: 400 |
|
Make it big. |
Pass |
5 |
View -> GridSpacing
X: -1 Y: 5 |
Do Nothing, nonsensical value. |
Error range. |
That’s a hanger. Had to process kill. |
6 |
View -> GridSpacing
X: 5 Y: -5 |
Do Nothing, nonsensical value. |
|
That’s a hanger. Had to process kill. |
5 |
View -> GridSpacing
X: 0 Y: 0 |
|
This is default. |
This is one area where a notification would be nice. Protoj is doing what it’s supposed to, but you can smash the toggle a lot of times before you realize the default spacing is X: 0 Y: 0 |