autoscout24
15 years agoContributor
SoapUI - Integrate Build Process
Hi Guys,
We are using more SOAP UI test and very well integrated with our test management tool. When a test fails I have tear down method for each and every test case which collects all the information of the test like, which test step is failed and What is the request and response during failure etc. and all stored to variable and reported to the test management tool.
There comes a new requirement in our company that we need to discard our test management tool and we have to integrate all soapUI tests to build process (Team city) and this build can only understand the junit report developed by test run.
Following clarification is need
1. is there a possibility to include all the information of the failed test (which is already stored in the variable in the tear down method) to the junit report.
2. The junit stores the report of the Test suite in the name like 'TEST.<test Suite name>' - is there a possibility to change this name.
Note:-
Where are running test using command line parameter (testRunner).
Regards
Vijay
We are using more SOAP UI test and very well integrated with our test management tool. When a test fails I have tear down method for each and every test case which collects all the information of the test like, which test step is failed and What is the request and response during failure etc. and all stored to variable and reported to the test management tool.
There comes a new requirement in our company that we need to discard our test management tool and we have to integrate all soapUI tests to build process (Team city) and this build can only understand the junit report developed by test run.
Following clarification is need
1. is there a possibility to include all the information of the failed test (which is already stored in the variable in the tear down method) to the junit report.
2. The junit stores the report of the Test suite in the name like 'TEST.<test Suite name>' - is there a possibility to change this name.
Note:-
Where are running test using command line parameter (testRunner).
Regards
Vijay