Posts

Showing posts from July, 2019

Report Generation in SoapUI using Extent Report

Image
HTML Report Generation in SoapUI using Extent Report Objective - Today we will see how to overcome the SoapUI limitation of report generation. This option is available in the SoapUI Pro (ReadyAPI) tool but unfortunaely note available in free version. We will use the inbuilt Groovy script option coupled with the Extent Report jar to overcome this limitation. This script has been placed in the Teardown Script Section at the Project Level. The Extent Report jars and TestNG jars need to be placed inside the SOAPUI_INSTALLATION_PATH\bin\ext and can be downloaded from their official site -  Extent Report Official Site  and TestNG Official  respectively. Stratergy Used  Based on the various assertion we have implanted in the various test step, the assertion result and report output can be categorized in 3 parts  Assertion Status - SUCCESS, Report - Pass Assertion Status - FAIL, Report - Fail Assertion Status - UNKNOWN, Report - Warning ...