HP ALM-Work flow script for Password filed.
Question ID: 104645
0
0

Hi there,
My requirement is
User has to enter his password after changing a field, For I can use inputbox method , But it does NOT mask the characters.

How to mask the password characters entered by the User. Is there any method for this,

Thanks in Advance.
Hanuman.

Marked as spam
Posted by (Questions: 2, Answers: 0)
Asked on October 11, 2012 10:33 am
126 views
Answers (1)
0
Private answer

Hey Hanuman,
I found this handy little [article][1]
Your Code should look like this.

----------

`InputBox ( ''Enter Password'', ''Please Enter your password to change the Feild.'' , ''default'' , ''*'')`

The fourth passed value is the password character. Characters now typed into the input box should be masked with that character.

[1]: http://www.autoitscript.com/autoit3/docs/functions/InputBox.htm

Marked as spam
Posted by (Questions: 1, Answers: 69)
Answered on February 12, 2013 8:00 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top