alex_sagmeister's avatar
alex_sagmeister
New Contributor
8 years ago
Status:
Implemented

Censore Keyboard inputs

Hello,

 

it would be nice if it was possible to replace passwords in the TC log with "*****"..

A true/false parameter in functions like Testobj.SetText/Testobj.Keys where you can decide if the testlog entry should be censored would be nice.

 

Thanks,

 

Alex

3 Comments

  • Bobik's avatar
    Bobik
    Frequent Contributor

    You can save your password into Project variable of 'Password' type.  And then use variable in script to hide the value.

    I tried it and password wasn't posted to log.

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)
    Status changed:
    New Idea
    to
    Implemented
    Use Bobik's solution: 
     

    You can save your password into Project variable of 'Password' type.  And then use variable in script to hide the value.

    I tried it and password wasn't posted to log.