I set up two table variables in my project to not store the ID/password in my Python script.
However, the script test log still displays these values.
Is there any way to log the test results without including authentication data?
Solved! Go to Solution.
You can create a persistent project level variable of type "password" which when you use that variable in a Keys or SetText command will decrpyt but not log.
https://support.smartbear.com/testcomplete/docs/testing-with/variables/data-types/password.html
You can create a persistent project level variable of type "password" which when you use that variable in a Keys or SetText command will decrpyt but not log.
https://support.smartbear.com/testcomplete/docs/testing-with/variables/data-types/password.html
That was embarrassingly simple. Thank you.
Subject | Author | Latest Post |
---|---|---|