ReportEvent Method (Reporter)
Adds a custom step to the UFT Developer report including the image from the specified path.
Overload List
OverloadDescription
ReportEvent(String,String,Status,String)Adds a custom step to the UFT Developer report including the image from the specified path.  
ReportEvent(String,String,Status,Image)Adds a custom step to the UFT Developer report including the provided image object.  
ReportEvent(String,String)Adds a custom step to the UFT Developer with default status "Passed".  
ReportEvent(String,String,Status,Exception,String)Adds a custom step to the UFT Developer including exception details and the image from the specified path.  
ReportEvent(String,String,Status,Exception,Image)Adds a custom step to the UFT Developer including the provided exception and image object.  
ReportEvent(String,ReportAdditionalInfo)Adds a custom step to the UFT Developer including the information about the step as a ReportAdditionalInfo object.