Drawing Text
Note: Most of the QA are originally done by Dave
unless specified otherwise
Updated on
CaseNo. |
Inputs |
Expected Outputs |
Remarks |
Result |
|
DrawingToolbar -> Text “hi dave” upper Right |
Text in appropriate position. |
Check Different parts of the canvas. |
Pass |
|
DrawingToolbar -> Text “hi dave” upper Left |
Text in appropriate position. |
|
Pass |
|
DrawingToolbar -> Text “hi dave” lower Left |
Text in appropriate position. |
|
Pass |
|
DrawingToolbar -> Text “hi dave” lower Right |
Text in appropriate position. |
|
Pass |
|
Drawing -> Text With the Text tool, left click on the window canvas once. Do not enter any text. |
Since no text is enter, should not create an object. Nothing is created on the canvas |
Found by Lan Phan |
Failed A layer is created with a text object that has nothing in it. Status: fixed by <name> (email address) |
|
Drawing -> Text Choose the Text tool, click on the window canvas |
Flashing cursor to mark the position where text will appear |
Found by Lan Phan |
Okay for now but should be fixed if time allows Should have flashing cursor |
|
Drawing -> Text Choose the Text tool, type some text, press <Tab> button. |
No crash |
Found by Lan Phan |
Failed While typing, if press on <Tab> button, then the Text tool halts and cannot be used again in that canvas window. It works in a new canvas window. Status: fixed by <name> (email address) |