Is it possible to mask execution variables in the Test Results?
![]() My Scenario is as follows:
Issue: This is where I have a problem. Users pass confidential information to the script and the same gets displayed in the execution result for all to see. I want to know if it is possible to maybe mask the password or not display it at all. Any help would be appreciated. Thanks.
|
3 answers
![]() Currently I don't believe there is way to mask Execution Variables
|
![]() One option is to mask it from the script itself like
echo PASSWORD=* >> "%qm_ExecutionVariablesFile%"
once you are done with the password
|
![]() Thanks Ara and Subhajit for your responses.
|