Facebook

Course Name Start Date Time Duration Registration Link
No Training Programs Scheduled ClickHere to Contact
Please mail To sudhakar@qtpsudhakar.com to Register for any training

Monday, September 6, 2010

Reporter Object - Send Information to Results Page



'###############################################
'           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 

1 comment :

  1. Hi,

    I 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

    ReplyDelete