ToolsScriptEditor-VerticalScrollbar
7/11/03
CaseNo. |
Inputs |
Expected Outputs |
Remarks |
Result |
1 |
Tools -> Scripteditor Selected VerticalScrollbar. Click Up ScriptInput: none |
A Scripteditor dialog. A tabbed window corresponding to the event chosen from the VerticalScrollbar. A component that has no script behavior associated with Click Up. |
None |
No Scripteditor dialog appeared for the VerticalScrollbar. |
2 |
Tools -> Scripteditor Selected VerticalScrollbar. Click Up ScriptInput: File.New(); |
Click Up creates a new canvas window. |
One |
No Scripteditor dialog appeared for the VerticalScrollbar. |
3 |
Tools -> Scripteditor Selected VerticalScrollbar Click Up ScriptInput: File.New(); File.Open(“test”); Components.Button(); Drawing.Rectangle(); |
Click Up creates a new canvas window, opens a file called test, Creates a button and a rectangle on the current canvas window. |
Some |
No Scripteditor dialog appeared for the VerticalScrollbar. |
4 |
Tools -> Scripteditor Selected VerticalScrollbar ‘Roll’ Up ScriptInput: File.New(); |
A new untitled canvas window. |
It should be able to be shown that the actual performance of the scripting and wiring of the script editor are independent, thus only File.New() is to be tested for the remaining scroll events. |
No Scripteditor dialog appeared for the VerticalScrollbar. |
5 |
Tools -> Scripteditor Selected VerticalScrollbar Click Down ScriptInput: File.New(); |
|
|
No Scripteditor dialog appeared for the VerticalScrollbar. |
6 |
Tools -> Scripteditor Selected VerticalScrollbar ‘Roll’ Down ScriptInput: File.New(); |
|
|
No Scripteditor dialog appeared for the VerticalScrollbar. |