1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
|
'encoding UTF-8 Do not remove or change this line!
'**************************************************************************
' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
'
' Copyright 2000, 2010 Oracle and/or its affiliates.
'
' OpenOffice.org - a multi-platform office productivity suite
'
' This file is part of OpenOffice.org.
'
' OpenOffice.org is free software: you can redistribute it and/or modify
' it under the terms of the GNU Lesser General Public License version 3
' only, as published by the Free Software Foundation.
'
' OpenOffice.org is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU Lesser General Public License version 3 for more details
' (a copy is included in the LICENSE file that accompanied this code).
'
' You should have received a copy of the GNU Lesser General Public License
' version 3 along with OpenOffice.org. If not, see
' <http://www.openoffice.org/license.html>
' for a copy of the LGPLv3 License.
'
'/***********************************************************************
'*
'* owner : wolfram.garten@oracle.com
'*
'* short description : testcase to check the demo guide
'*
'************************************************************************
'*
' #1 t_Introduction ' Description
' #1 t_Interoperability ' Description
' #1 t_DrawingEngine ' Description
'
'*
'\***********************************************************************
testcase t_Introduction
gApplication = "IMPRESS"
'///Open new presentation
printlog "Open new presentation"
Call hNewDocument
Call sSelectEmptyLayout
'///Open the Gallery
printlog "Open the Gallery"
ToolsGallery
Sleep (1)
Kontext "Gallery"
if Gallery.NotExists(2) then
ToolsGallery
end if
'///Choose computer theme and insert the third image
printlog "Choose an item from the gallery"
Gallerys.Select(2)
View.TypeKeys "<HOME><RIGHT><RIGHT>"
View.TypeKeys "<SHIFT F10>" 'OpenContextMenu(true)
sleep 2
MenuSelect(MenuGetItemID(1)) 'Insert
sleep 2
MenuSelect(MenuGetItemID(1)) 'Copy
sleep 2
'///+ - Check that we really got a copy of the object ///'
kontext "DocumentImpress"
DocumentImpress.OpenContextMenu(true)
sleep 2
MenuSelect 27353
sleep 2
Kontext "ExportierenDlg"
if ExportierenDlg.IsVisible(5) then
printlog " Gallery-object correctly copied into Slide."
ExportierenDlg.Close
else
warnlog " Doesn't seem like we copied anything from the Gallery... ?"
endif
printlog "Delete the item"
kontext "DocumentImpress"
DocumentImpress.TypeKeys "<DELETE>"
printlog "Close the Gallery"
ToolsGallery
printlog "Insert computergraphic from file"
InsertGraphicsFromFile
try
Kontext "GrafikEinfuegenDlg"
sleep 2
Dateiname.settext Convertpath (gTesttoolPath + "graphics/required/input/screen_white.wmf")
Oeffnen.click
catch
Warnlog "Insert graphic doesn't work"
endcatch
'///Resize object
printlog "Resize object"
Kontext "DocumentImpress"
gMouseClick (10, 10)
sleep 1
EditSelectAll
sleep 1
ContextPositionAndSize '/// Format-position and size
Kontext
Active.SetPage TabPositionAndSize
Kontext "TabPositionAndSize"
KeepRatio.Check
SizePosition.TypeKeys "<UP> <UP> <LEFT> <LEFT>"
SizePosition.TypeKeys "<DOWN> <RIGHT>"
Width.SetText CStr((CInt(Width.GetText)) * 2)
TabPositionAndSize.OK
'///Break object
printlog "Break object"
Kontext "DocumentImpress"
gMouseClick (10, 10)
sleep 1
EditSelectAll
sleep 1
hOpenContextMenu '(when the object is marked)
hMenuSelectNr(13)
'/// Select part of object and make it black
printlog "Select part of object and make it black"
DocumentImpress.TypeKeys "<SHIFT TAB>"
FormatArea
Kontext
Active.SetPage TabArea
Kontext "TabArea"
FillOptions.Select 2
ColourList.Select 1
TabArea.OK
'///Group the objects
printlog "Group the object"
kontext "DocumentImpress"
DocumentImpress.TypeKeys "<MOD1 A>"
hOpenContextMenu '(when the object is marked)
hMenuSelectNr(12)
'///Add Layout "Title Only"
Printlog "Add Layout"
kontext "Tasks"
if (NOT Tasks.exists) then
warnlog "Tasks Panel not visible. Opening now."
ViewTaskPane
endif
' enable all items in the task pane.
' may be one item is not enabled due to a previous testrun
dim i as integer
for i = 1 to 5
printlog i
View.OpenMenu
if ( MenuIsItemChecked(MenuGetItemID(i)) ) then
' do nothing the item is allready displayed
else
MenuSelect(MenuGetItemId(4))
endif
hMenuSelectNr(0)
'sleep(1)
next
View.OpenMenu
MenuSelect(MenuGetItemId(1))
View.OpenMenu
MenuSelect(MenuGetItemId(3))
View.OpenMenu
MenuSelect(MenuGetItemId(4))
View.OpenMenu
MenuSelect(MenuGetItemId(5))
LayoutsPreview.TypeKeys "<HOME> <DOWN> <DOWN> <RETURN>"
sleep (5)
'///Add a background
Printlog "Add background"
Kontext "Tasks"
printlog "Deselect all tabs from view menu in task pane except the needed."
View.OpenMenu
MenuSelect(MenuGetItemID(5))
View.OpenMenu
MenuSelect(MenuGetItemID(4))
View.OpenMenu
MenuSelect(MenuGetItemID(3))
View.OpenMenu
MenuSelect(MenuGetItemID(2))
sleep(5)
View.OpenMenu
MenuSelect(MenuGetItemID(1))
Tasks.TypeKeys "<TAB>",true
Tasks.TypeKeys "<MOD1 HOME>",true
AvailableForUsePreview.TypeKeys "<HOME> <RIGHT> <RETURN>"
sleep (5)
'///Add a transition effect
Printlog "Add a transition effect"
Kontext "Tasks"
sleep(5)
View.OpenMenu
MenuSelect(MenuGetItemID(1))
View.OpenMenu
MenuSelect(MenuGetItemID(2))
View.OpenMenu
MenuSelect(MenuGetItemID(3))
View.OpenMenu
MenuSelect(MenuGetItemID(4))
TransitionSound.GetItemCount 'needed for select
Sleep 1
TransitionSound.Select 4
'///Close the document
Printlog "Close the document"
Call hCloseDocument
endcase 't_Introduction
'--------------------------------------------------------------------
testcase t_Interoperability
Dim sTemplatename as string
gApplication = "IMPRESS"
'///Open PowerPoint presentation
printlog "Open PowerPoint presentation"
hFileOpen (Convertpath (gTesttoolPath + "graphics/required/input/dotNetOverview.ppt"))
Call sMakeReadOnlyDocumentEditable
'Save the name of the origin background (taken from last slide)
Kontext "DocumentImpress"
DocumentImpress.TypeKeys "<END>"
sleep (4)
sTemplatename = DocumentImpress.StatusGetText (6)
printlog " Background = " & sTemplatename 'Debugcode
printlog "Choose a masterpage from right pane"
Kontext "Tasks"
printlog "Deselect all tabs accept the Master Pages"
View.OpenMenu
MenuSelect(MenuGetItemID(5))
View.OpenMenu
MenuSelect(MenuGetItemID(4))
View.OpenMenu
MenuSelect(MenuGetItemID(3))
View.OpenMenu
MenuSelect(MenuGetItemID(2))
printlog "needing a longer wait here for first start of the master page previews"
wait(20000)
Kontext "AvailableForUsePreview"
AvailableForUsePreview.TypeKeys "<HOME> <RIGHT> <RETURN>"
sleep (5)
printlog " Verify that the background has changed"
Kontext "DocumentImpress"
printlog " Background is " & DocumentImpress.StatusGetText (6) 'Debugcode
if DocumentImpress.StatusGetText (6) = sTemplatename then
warnlog "The background is not changed"
else printlog " Background has been changed"
endif
'///Switch back to original background
printlog "Switch back to original background"
Kontext "Tasks"
Kontext "AvailableForUsePreview"
AvailableForUsePreview.TypeKeys "<HOME> <RETURN>"
sleep (5)
Kontext "DocumentImpress"
if DocumentImpress.StatusGetText (6) = sTemplatename then
printlog " The background has been set back to default"
else warnlog "The background is " & DocumentImpress.StatusGetText (6) & " but should be: " & sTemplatename
endif
'///Resort slides
printlog "Resort slides"
Kontext "DocumentImpress"
Kontext "Slides"
Kontext "SlidesControl"
SlidesControl.TypeKeys "<Mod1 X>"
Kontext "DocumentImpress"
DocumentImpress.TypeKeys "<HOME>"
Kontext "Slides"
Kontext "SlidesControl"
SlidesControl.TypeKeys "<Mod1 V>"
kontext "InsertPaste"
if InsertPaste.Exists(1) then
Before.Check
InsertPaste.OK
endif
Printlog " Verify that the slide was moved correctly"
Kontext "Slides"
SlidesControl.TypeKeys "<PAGEUP>"
SlidesControl.TypeKeys "<SHIFT F10>"
if hMenuFindSelect(27268, true, 3) = false then
Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends."
Call hCloseDocument
Goto Endsub
endif
kontext "NameDlgPage"
if NameField.GetText <> ".NET Enterprise Federation" then
Warnlog "Wrong slide found! Expected no 3, but found " + NameField.GetText + "."
else
Printlog " The slide was correctly moved"
endif
NameDlgPage.OK
sleep 1
'///Switch views
printlog "Switch views"
ViewWorkspaceOutlineView
sleep (2)
setclipboard("")
try
Kontext "DocumentImpressOutlineView"
DocumentImpressOutlineView.TypeKeys "<MOD1 HOME><SHIFT END>"
DocumentImpressOutlineView.TypeKeys "<Mod1 C>"
sleep (5)
if getclipboard() <> ".NET Enterprise" then
warnlog " Wrong selection in outlineview. Should be '.NET Enterprise', but is '" & getclipboard() +"'."
else printlog " Switching to Outlineview was successfull"
endif
catch
warnlog "Switching to Outlineview was not successfull"
endcatch
ViewWorkspaceNotesView
sleep 1
try
Kontext "DocumentImpressNotesView"
DocumentImpressNotesView.TypeKeys "<TAB><TAB>"
DocumentImpressNotesView.OpenContextMenu(true)
sleep 2
MenuSelect(MenuGetItemID(3)) 'Open Contextmenu Line
Kontext "TabLinie"
TabLinie.Cancel
printlog " Switching to Notesview was successfull"
catch
warnlog "Switching to Notesview was not successfull"
endcatch
ViewWorkspaceHandoutView
sleep 1
try
Kontext "DocumentImpressHandoutView"
DocumentImpressHandoutView.TypeKeys "<TAB>"
printlog " Switching to Handoutview was successfull"
catch
warnlog "Switching to Handoutview was not successfull"
endcatch
sleep 2
ViewWorkspaceSlidesView
sleep 2
try
Kontext "Slides"
SlidesControl.TypeKeys "<TAB>"
printlog " Switching to Slideview was successfull"
catch
warnlog "Switching to Slideview was not successfull"
endcatch
sleep 1
ViewWorkspaceDrawingView
sleep 1
try
Kontext "DocumentImpress"
DocumentImpress.TypeKeys "<TAB>"
printlog " Switching back to Drawingview was successfull"
catch
warnlog "Switching to Drawingview was not successfull"
endcatch
'///Travel through the presentation by left pane
printlog "Travel through the presentation by left pane to slide 7"
Kontext "DocumentImpress"
DocumentImpress.TypeKeys "<HOME><PAGEDOWN><PAGEDOWN><PAGEDOWN><PAGEDOWN><PAGEDOWN><PAGEDOWN><PAGEDOWN>"
Printlog " Verify that the correct slide (7) is reached"
Kontext "Slides"
Kontext "SlidesControl"
SlidesControl.OpenContextMenu
if hMenuFindSelect(27268, true, 3) = false then
Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends."
Call hCloseDocument
Goto Endsub
endif
kontext "NameDlgPage"
if NameField.GetText <> "Visual Studio.NET The complete development environment for building distributed applications for Windows and the Web" then
Warnlog "Wrong slide found! Expected no 7, but found " + NameField.GetText + "."
else Printlog " Slide 7 is reached"
endif
NameDlgPage.OK
sleep 1
printlog "Autoshape support"
Kontext "DocumentImpress"
DocumentImpress.TypeKeys "<TAB>"
try
Kontext "ExtrusionObjectBar"
printlog "Checking if ExtrusionObjectBar is already open."
if ExtrusionObjectBar.Exists then
printlog "ExtrusionObjectBar Exists = " & ExtrusionObjectBar.Exists
else
printlog "ExtrusionObjectBar Exists = " & ExtrusionObjectBar.Exists
printlog "Opening ExtrusionObjectBar."
ViewToolbarsThreeDSettings
endif
ExtrusionTiltRight.Click
printlog " An autoshape was found and turned right"
catch
warnlog "Turning autoshape was not successfully"
endcatch
printlog "Close document"
Call hCloseDocument
endcase 't_Interoperability
'--------------------------------------------------------------------
testcase t_DrawingEngine
Dim sGroupPosition as string
Dim sObjectPosition as string
gApplication = "DRAW"
'///Open a drawing
printlog "Open a drawing"
hFileOpen (Convertpath (gTesttoolPath + "graphics/required/input/Blueprint.odg"))
Call fMakeDocumentWritable
'///Select grouped object and enter group
printlog "Select group"
Kontext "DocumentDraw"
DocumentDraw.TypeKeys "<TAB><TAB>"
sleep (5)
printlog " Save position of group"
ContextPositionAndSize 'Format-position and size
Kontext
Active.SetPage TabPositionAndSize
Kontext "TabPositionAndSize"
sGroupPosition = PositionY.GetText
printlog " - GroupPosition is " & sGroupPosition
TabPositionAndSize.OK
printlog "Enter group"
Kontext "DocumentDraw"
FormatEditGroupDraw
sleep 1
'///Select and move single object
printlog "Select and move single object"
printlog " Select object"
Kontext "DocumentDraw"
DocumentDraw.TypeKeys "<TAB><TAB>"
sleep (5)
printlog " Verify that the wanted object is selected"
DocumentDraw.TypeKeys "<SHIFT F10>" 'Open contextmenu
MenuSelect(MenuGetItemID(15)) 'Select NAME from context
kontext "NameDlgObject"
if NameField.GetText <> "Chair" then
Warnlog "Wrong object selected!"
else Printlog " The correct object is selected"
endif
NameDlgObject.OK
sleep 1
printlog " Save position of group"
ContextPositionAndSize 'Format-position and size
Kontext
Active.SetPage TabPositionAndSize
Kontext "TabPositionAndSize"
sObjectPosition = PositionY.GetText
printlog " - ObjectPosition is " & sObjectPosition
TabPositionAndSize.OK
printlog " Move object"
Kontext "DocumentDraw"
DocumentDraw.TypeKeys "<UP><UP><UP>"
sleep (5)
printlog " Verify that the object was moved"
ContextPositionAndSize '/// Format-position and size
Kontext
Active.SetPage TabPositionAndSize
Kontext "TabPositionAndSize"
if PositionY.GetText <> sObjectPosition then
printlog " Single object was moved"
else warnlog "The object has not been moved"
endif
TabPositionAndSize.OK
printlog " Exit group"
FormatExitGroupDraw
Printlog "Verify that the group is still on position"
printlog " Verify position"
ContextPositionAndSize 'Format-position and size
Kontext
Active.SetPage TabPositionAndSize
Kontext "TabPositionAndSize"
if PositionY.GetText = sGroupPosition then
printlog " Group is still on position"
else warnlog "Group has moved from " & sGroupPosition & " to " & PositionY.GetText
endif
TabPositionAndSize.OK
'///Close document
printlog "Close document"
Call hCloseDocument
endcase 't_DrawingEngine
|