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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -