'###############################################
' Reporter Object
'###############################################
' Purpose:- Used to send/block information to results page
'**********************************************
'Sending Events
'**********************************************
'Syntax:- Reporter.ReportEvent EventStatus, ReportStepName, Details [, ImageFilePath]
'Ex:
If Window("").WinButton("").Exist Then
Reporter.ReportEvent micPass,"Verify Button Exist", "Button Exists on the window"
else
Reporter.ReportEvent micFail,"Verify Button Exist", "Button Not Exists on the window"
End If
'**********************************************
'Enable or Disable Reporting of steps
'**********************************************
Reporter.Filter = rfDisableAll ' Disable all Reporting
'rfEnableAll - Enable Reporting Mechanism
'rfEnableErrorsAndWarnings - Report enable only for Erros and Warnings
'rfEnableErrorsOnly - Report enable only for Erros
'**********************************************
'Retriving Current Run Status
'**********************************************
If Reporter.RunStatus = micFail Then ExitAction
'**********************************************
'Retriving Current Results Path
'**********************************************
rPath = Reporter.ReportPath
msgbox rPath
Hi,
ReplyDeleteI liked this blog very well and helped me a lot on QTP front.
I need small help, I tried using QCUtil but Unable. Could any one help me the purpose of QCUtil object and which situation it will be helpfule,
Thanks in advance for your favourable help,
Best Regards,
Bala