java - TestNG custom reporting for webservice (soapUI) -
i have soapui project can kicked off java testng.xml. have numerous assertion each steps. if run project testng, shows if passed or failed. debug this, have manually run testsuite in soapui.
what set custom report can following. report should contain: - duration run each testcase - each step, soap request did send - soap response
i found this: http://elekslabs.com/2015/02/make-the-most-of-your-test-report.html
i tried use atu looks using selenium. use maven, testng, java code, , soapui.
any appreciated.
thanks gv
testng providing need duration via logging reporter.
testng providing api add want report too.
what need find how can catch request/response soap.
Comments
Post a Comment