summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/basic_macros.inc
blob: cc8ff04fb4086968157b1e7c0cf8f8b780e545e8 (plain)
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
'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 : gregor.hartmann@oracle.com
' **
' ** short description : check macro-dialogs / BASIC-IDE ( 1. part )
' **
'\******************************************************************************


testcase tMakro_In_All_Apps

    printlog( "Attach a macro to all application types" )
    
    dim iApp as Integer
    
    const CMACRO = "AppMakro"
    const DIALOG_TIMEOUT = 2

    for iApp = 1 to 7

        printlog( hNumericDoctype( iApp ) )

        printlog( "Open a new document" )
        hCreateDocument()
        
        if ( hInitBasicIde( CMACRO ) ) then
            printlog "Close the BASIC-IDE"
            hCloseBasicIde()

            printlog( "Close the navigator (Master-doc)" )
            kontext "Navigator"
            hCloseDialog( Navigator, "close,optional" )

            printlog( "Close the document" )
            hUseAsyncSlot( "FileClose" )

            printlog( "Close the messagebox (document changed)" )
            kontext "messagebox"
            if ( MessageBox.Exists( DIALOG_TIMEOUT ) ) then
                printlog( "MessageBox: " & MessageBox.getText() )
                hCloseDialog( Messagebox, "no" )
            else
                warnlog( "No warning for changed document" )
            end if
        else
            warnlog( "Could not open the BASIC Macro Organizer, aborting" )
        endif

    next iApp
    
endcase

'*******************************************************************************

testcase tMakro_Dialog

    printlog( "Update test for the BASIC organizer - libraries, modules and dialogs" )

    const CFN = "tMakro_Dialog::"
    const CMACRO = "MacroDlg"
    const RC_TIMEOUT = -1
    const DIALOG_TIMEOUT = 2
    const TAB_MODULES = 1
    const TAB_DIALOGS = 2
    const TAB_LIBRARIES = 3
    const REFERENCE_LIBRARY = "AppLibrary1"

    dim iLibraryItemCount as integer
    dim iCurrentLibrary as Integer
    dim XLBFILE as String
        XLBFILE = gTesttoolPath & "framework\optional\input\AppLibrary1\script.xlb"
        XLBFILE = convertpath( XLBFILE )
    
    gApplication = "WRITER"

    printlog( "Open a new document" )
    hCreateDocument()
    
    printlog( "Create a new library, a new module, open Basic-Ide" )
    if ( not hInitBasicIde( CMACRO ) ) then
        warnlog( CFN & "Could not open BASIC-IDE, aborting" )
        goto endsub
    endif
    
    printlog( "Close the Basic-Ide" )
    kontext "BasicIDE"
    hCloseBasicIde()
    
    printlog( "Open the Basic Macro Organizer" )
    ToolsMacro_uno

    kontext "Makro"
    if ( Makro.exists( DIALOG_TIMEOUT ) ) then

        printlog( "Select the last Module for the current document" )
        hSelectTheLastNode( MakroAus )

        printlog( "Click Organize..." )
        Verwalten.Click()

        printlog( "Select Modules-tab" )
        hSelectBasicObjectOrganizerTab( TAB_MODULES )

        printlog( "Press 'new module'" )
        kontext "tabmodule"
        NeuesModul.Click()

        kontext "neuesmodul"
        printlog( "Cancel the dialog" )
        NeuesModul.Cancel()

        hSelectBasicObjectOrganizerTab( TAB_DIALOGS )

        kontext "tabdialogs"
        printlog( "Press 'new dialog'" )
        NewDialog.Click()

        printlog( "Cancel the dialog" )
        kontext "neuerdialog"
        NeuerDialog.Cancel()

        kontext
        printlog( "Select the libraries Tab" )
        hSelectBasicObjectOrganizerTab( TAB_LIBRARIES )


        printlog( "Press 'New' on the libraries tab" )
        kontext "tabbibliotheken"
        Neu.Click()

        kontext "neuebibliothek"
        if ( NeueBibliothek.exists( DIALOG_TIMEOUT ) ) then
            printlog( "Close the dialog with 'OK'" )
            Call DialogTest( NeueBibliothek )
            hCloseDialog( NeueBibliothek, "ok" )
        endif

        printlog( "Delete 'Library1'" )
        kontext "tabbibliotheken"
        Loeschen.Click()

        printlog( "Close the warning" )
        kontext "active"
        if ( Active.Exists( DIALOG_TIMEOUT ) ) then
            printlog( "MessageBox: " & active.getText() )
            Active.Yes()
        else
            warnlog( "Deletion warning is missing" )
        endif

        printlog( "Check the number of libraries in list" )
        kontext "tabbibliotheken"
        iLibraryItemCount = Bibliotheksliste.getItemCount()
        if ( iLibraryItemCount <> 1 ) then
            if ( iLibraryItemCount = 11 ) then
                warnlog( "#i87457# Macros moved from 'OpenOffice.org Macros' to 'My Macros'" )
            else
                warnlog( "Incorrect item count. Should be 1, is: " & iLibraryItemCount )
            endif
        endif

        printlog( "Append a xlb-file" )
        kontext "tabbibliotheken"
        Hinzufuegen.Click()

        printlog( "Select 'AppLibrary1/script.xlb' from the files list"
        kontext "oeffnendlg"
        Dateiname.SetText( XLBFILE )
        Oeffnen.Click()

        kontext "AppendLibraries"
        if ( AppendLibraries.exists( DIALOG_TIMEOUT ) ) then
            printlog( "<Append libraries> dialog is open, good" )
        else

            ' If the .xlb file cannot be found the test cannot continue. Warn and cleanup.
            kontext "Active"
            if ( Active.exists() ) then

                warnlog( "Unexpected messagebox, the script appears to be missing" )
                printlog( Active.getText() )

                kontext "Active"
                hCloseDialog( Active, "ok" )

                kontext "OeffnenDlg"
                hCloseDialog( OeffnenDlg, "cancel,optional" )

                kontext "TabBibliotheken"
                hCloseDialog( TabBibliotheken, "close,optional" )

                kontext "Makro"
                hCloseDialog( Makro, "close,optional" )

                printlog( "Exiting test" )
                goto endsub

            endif
        endif

        printlog( "Ensure 'Insert as Reference' is unchecked" )
        kontext "appendlibraries"
        InsertAsReference.UnCheck()

        printlog( "Check 'Replace existing library'" )
        ReplaceExistingLibraries.Check()

        printlog( "Press 'OK' to append the library" )
        kontext "appendlibraries"

        hCloseDialog( AppendLibraries, "ok" )

        printlog( "Check the number of libraries in list (should be two)" )
        kontext "tabbibliotheken"
        iLibraryItemCount = Bibliotheksliste.getItemCount()
        if ( iLibraryItemCount <> 2 ) then
            qaerrorlog( "#i87457# Two entries in list expected, found " & iLibraryItemCount )
        endif

        printlog( "Select the first item" )
        Bibliotheksliste.TypeKeys( "<HOME>" )
        for iCurrentLibrary = 1 to iLibraryItemCount
            if ( Bibliotheksliste.getSelText() = REFERENCE_LIBRARY ) then
                printlog( "Found " & REFERENCE_LIBRARY )
                exit for
            endif
            printlog( "This was not " & REFERENCE_LIBRARY & ", trying again" )
            Bibliotheksliste.Typekeys( "<DOWN>" )
        next iCurrentLibrary

        printlog( "Set a password for " & REFERENCE_LIBRARY )
        kontext "tabbibliotheken"
        if ( hClickButton( Passwort ) <> RC_TIMEOUT ) then
            kontext "passwddlg"
            hCloseDialog( PasswdDLG, "cancel" )
        else
            warnlog( "Password is disabled for " & REFERENCE_LIBRARY )
        endif

        printlog( "Delete " & REFERENCE_LIBRARY )
        kontext "tabbibliotheken"
        Loeschen.Click()

        printlog( "Close the warning with YES" )
        kontext "active"
        if ( Active.Exists() ) then
            printlog( "MessageBox: " & active.getText() )
            Active.Yes()
        else
            warnlog( "Expected confirmation dialog for delete" )
        endif

        kontext "tabbibliotheken"
        printlog( "Press 'edit' on 'Libraries'-tab" )
        Bearbeiten.Click()

        kontext "BasicIDE"
        if ( BasicIDE.Exists( DIALOG_TIMEOUT ) ) then

            hInsertMacro( 3 )

            printlog( "Close the basic-document" )
            hCloseBasicIde()

            kontext "active"
            if ( Active.Exists ( DIALOG_TIMEOUT ) ) then
                warnlog( "Unexpected MessageBox: " & active.getText() )
                Active.NO()
            endif

        else
            warnlog("#i38978# The Macro-Document is not open, aborting test")
            call hDestroyDocument()
            goto endsub
        endif

        printlog( "Open the BASIC Macro Organizer" )
        ToolsMacro_uno

        printlog( "Select the last macro from the list" )
        kontext "makro"
        if ( Makro.exists( DIALOG_TIMEOUT ) ) then
            hSelectTheLastNode( MakroAus )

            printlog( "Assign the macro, Tools/customize dialog should open" )
            if ( hClickButton( Zuordnen ) = RC_TIMEOUT ) then
                warnlog( "#i106853# Assign-Button is disabled or macro is missing" )
            endif

            printlog( "Activate all tapages and cancel the Tools/Customize dialog" )
            if ( not hToolsCustomizeSelectTab( "keyboard" ) ) then
                qaerrorlog( "#i61765# Keyboard tab missing when called via Tools/Macros->Assign" )
            endif
            hToolsCustomizeSelectTab( "events" )
            hToolsCustomizeSelectTab( "toolbars" )

            printlog( "Cancel Tools/Customize dialog -> Macro Organizer should be open" )
            kontext "TabCustomizeToolbars"
            hCloseDialog( TabCustomizeToolbars, "cancel" )


            printlog "Click to run macro"
            kontext "makro"
            if ( hClickButton( Ausfuehren ) = RC_TIMEOUT ) then
                warnlog( "Unable to run macro, button is not enabled" )
                kontext "Makro"
                hCloseDialog( Makro, "close" )
            endif

            kontext "active"
            if ( active.exists() ) then
                if ( active.getText() = "TTMacro3" ) then
                    printlog( "The correct macro has been executed" )
                else
                    warnlog( "Unknown Messagebox: " & active.getText() )
                endif
                Active.OK()
            endif
        else
            warnlog( "Macro Organizer did not open" )
        endif

        printlog( "Open macro organizer from the current document" )
        ToolsMacro_uno : WaitSlot()

        printlog( "Select the last item in the treelist" )
        kontext "Makro"
        hSelectTheLastNode( MakroAus )

        printlog( "Delete the new module" )
        Loeschen.Click()

        printlog( "Close the deletion warning" )
        kontext "active"
        if ( active.exists() ) then
            printlog( "MessageBox: " & active.getText() )
            Active.Yes()
        else
            warnlog( "No confirmation dialog for delete" )
        endif

        printlog( "Close the macro organizer" )
        kontext "makro"
        Makro.Close()
    else
        warnlog( "Makro Organizer did not open" )
    endif
    
    printlog( "Close the document" )
    Call hDestroyDocument()
    
endcase