Overload | Description |
---|---|
ReportEvent(String,String,Status,String) | Adds a custom step to the OpenText Functional Testing for Developers report including the image from the specified path. |
ReportEvent(String,String,Status,Image) | Adds a custom step to the OpenText Functional Testing for Developers report including the provided image object. |
ReportEvent(String,String) | Adds a custom step to the OpenText Functional Testing for Developers with default status "Passed". |
ReportEvent(String,String,Status,Exception,String) | Adds a custom step to the OpenText Functional Testing for Developers including exception details and the image from the specified path. |
ReportEvent(String,String,Status,Exception,Image) | Adds a custom step to the OpenText Functional Testing for Developers including the provided exception and image object. |