API Tokens, Passwords - Storing and Retrieving
How do you store and retrieve API Tokens and the various passwords that you might use with your automated testing?
I am trying to be a little more security conscious. With this in mind, you shouldn't be storing tokens and passwords in plain text in your scripts. I have read suggestions to use Windows Environment Variables but I don't see how this is really any more secure on the PC.
My automation PCs all run scripts overnight to test various Desktop applications and WEB applications. These PCs must automatically sign on to Windows and start TestComplete to run my scripts. At this point, the PCs are "unsecured" because anybody can walk up and access the PC and view any script code or Windows Environment Variable.
So, how do you safely store this information. I thought about use TestComplete project variables but it only works when using Keys or SetText commands which will not work with Web api calls.