redjohn
6 years agoVisitor
Create Security Test Reports in SoapUI Community
I am trying to create security test reports in SoapUI Open Source. I tried the following command as mentioned in the documentation but it doesn't seem to work:
securitytestrunner.bat -r -M -j -f <result_path> <project_xml>.
The same command does generate the test_case_run_log_file.xml for functional testing while running using testrunner.bat. Is there any other alternative like a groovy script or any other command for community edition?