'****************************************************************************************************************************
'Function Name : Fun_ReportSuccess
'Description Use this function to call a reporter event with micPAss
'Parameters strStepName , strDescription
' Example Fun_ReportSuccess "Main Menu" , "Header displayed"
'****************************************************************************************************************************
Function Fun_ReportSuccess(strStepName , strDescription)
Reporter.ReportEvent micPass , FunTestIterationNumber & "_QTP_" & strStepName , strDescription
End Function
'Function Name : Fun_ReportSuccess
'Description Use this function to call a reporter event with micPAss
'Parameters strStepName , strDescription
' Example Fun_ReportSuccess "Main Menu" , "Header displayed"
'****************************************************************************************************************************
Function Fun_ReportSuccess(strStepName , strDescription)
Reporter.ReportEvent micPass , FunTestIterationNumber & "_QTP_" & strStepName , strDescription
End Function
No comments:
Post a Comment