New_SoapUI_Guy
12 years agoNew Contributor
Execution Reporting and Logging
Hi All,
Need some help finding the solution to my problems. I tried few things but looks like its difficult to implement everything in one script. Let me know if you have any opinion or suggestions.
1. TestSuite Execution Summary: At the end of test suite execution, I need to know how many requests failed out of total requests.
2. TestStep Status: If test step is failed then save request and response in folder.
3. Global Summary: Maintain excel file with small table (format below) and update it to get final execution status report based on all test suite execution.
Test Suite Name TestStep Name No Run, Passed, Failed, Blocked, Total
Folder structure desired to store the text execution artifacts:
c:\mmddyyyy-hh-mm\TestSuiteName\TestCaseName\TestStepName_hh_mm_ss_SSS_Req.xml
c:\mmddyyyy-hh-mm\TestSuiteName\TestCaseName\TestStepName_hh_mm_ss_SSS_Res_Failed.xml
Appreciate your inputs. BTW I am using SoapUI Pro 5.1.2
Thanks,
Vijay
Need some help finding the solution to my problems. I tried few things but looks like its difficult to implement everything in one script. Let me know if you have any opinion or suggestions.
1. TestSuite Execution Summary: At the end of test suite execution, I need to know how many requests failed out of total requests.
2. TestStep Status: If test step is failed then save request and response in folder.
3. Global Summary: Maintain excel file with small table (format below) and update it to get final execution status report based on all test suite execution.
Test Suite Name TestStep Name No Run, Passed, Failed, Blocked, Total
Folder structure desired to store the text execution artifacts:
c:\mmddyyyy-hh-mm\TestSuiteName\TestCaseName\TestStepName_hh_mm_ss_SSS_Req.xml
c:\mmddyyyy-hh-mm\TestSuiteName\TestCaseName\TestStepName_hh_mm_ss_SSS_Res_Failed.xml
Appreciate your inputs. BTW I am using SoapUI Pro 5.1.2
Thanks,
Vijay