Forum Discussion

mpw83's avatar
mpw83
Contributor
10 years ago

Password is showing on SoaUI error logs,

We have some REST SOAPUI execution in command line using TestRunner and when one of test case is failed then it's generate a specific error log for the failed scenario(Option -f).
Then in those error logs , it's mentioning the User name and password.
Part of the report as follows,

----------------- Properties ------------------------------
StatusCode: 200
Method: GET
Password: password123
Username: user1
HTTP Version: HTTP/1.1
Endpoint: http://testserver:19180
URL: http://testserver:19180/DEMO/person/301 ... fo/details
---------------- Request ---------------------------

Appreciated your help to prevent showing this password information.