[RQM] How to provide user credentials to a script run via the command line adapter?
![]()
Hi everybody,
I am setting up a bunch of test cases which run test scripts via the RQM command line interface. Those scripts will access different servers and need credentials of a user to log in there. What is your recommendation how to hand over the password without getting it logged somewhere along the way? I think execution variables will be logged (and I don't want my password to be shown in some log everybody can access). My current workaround is to store my login credentials in the scripts itself. But I only do it because the scripts are currently only located on my PC. As soon as I distribute them to different PCs running CLA I don't want my password in there any longer (as well as I want other users to be able to give their credentials). |