summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/includes/wizard_fax.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/required/includes/wizard_fax.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/framework/required/includes/wizard_fax.inc18
1 files changed, 7 insertions, 11 deletions
diff --git a/testautomation/framework/required/includes/wizard_fax.inc b/testautomation/framework/required/includes/wizard_fax.inc
index 433a9bb7a593..bbd75f66a327 100644..100755
--- a/testautomation/framework/required/includes/wizard_fax.inc
+++ b/testautomation/framework/required/includes/wizard_fax.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : Update Test for Fax Wizard
'*
@@ -53,19 +53,19 @@ testcase tUpdtWizardFax
kontext "AutopilotFax"
call DialogTest( AutopilotFax, 1 )
- hClickNextButton()
+ hClickButton( NextButton )
kontext "AutopilotFax"
call DialogTest( AutopilotFax, 2 )
- hClickNextButton()
+ hClickButton( NextButton )
kontext "AutopilotFax"
call DialogTest( AutopilotFax, 3 )
- hClickNextButton()
+ hClickButton( NextButton )
kontext "AutopilotFax"
call DialogTest( AutopilotFax, 4 )
- hClickNextButton()
+ hClickButton( NextButton )
kontext "AutopilotFax"
call DialogTest( AutopilotFax, 5 )
@@ -81,9 +81,7 @@ testcase tUpdtWizardFax
hWaitForObject( Speichern, 5000 )
brc = hDestroyDocument()
- if ( not brc ) then
- qaerrorlog( "#i59233# The wizard does not display the new template" )
- endif
+ if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" )
printlog( "Delete the user-template: " & cTemplatePath )
hDeleteFile( cTemplatePath )
@@ -92,9 +90,7 @@ testcase tUpdtWizardFax
warnlog( "Fax wizard did not open/exceeded timeout" )
endif
- while( getDocumentCount() > 0 )
- hDestroyDocument()
- wend
+ hFileCloseAll()
endcase