Stopping logging password or ID to script logs
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2019
07:30 AM
08-13-2019
07:30 AM
Stopping logging password or ID to script logs
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?
--
You might not like AI, but it doesn't care about you.
You might not like AI, but it doesn't care about you.
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2019
07:37 AM
08-13-2019
07:37 AM
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
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2019
07:45 AM
08-13-2019
07:45 AM
That was embarrassingly simple. Thank you.
--
You might not like AI, but it doesn't care about you.
You might not like AI, but it doesn't care about you.
