Productivity
Greetings, fellow testers. In yesterday's blog post, and the related video, I showed a test that entered a username and password as part of a login process. Hopefully you noticed something disturbing there — storing a password in plain-text and letting it be displayed for all to see. Though perhaps that's ok with non-production systems, it's still not normally something you'd want to do very often. Fortunately, there are a couple of properties we can set on the test step to control this. The first one to look at is IsPassword. Changing this to True will mask the ...