JavaScript Object:  Password

Properties & Methods Functionality Test Data Test Case
defaultValue Checks default value of the password. Regular  Characters. pas002.html
form Checks name of the form which contains this fileupload. Regular  Characters. pas001.html
name Checks NAME attribute. Regular Characters.  pas003.html
type Checks TYPE attribute. Regular Characters.  pas005.html
value Checks  VALUE attribute. Regular Characters.  pas004.html
blur() First case checks whether blur method actually removes focus from the password or not.

Second case checks the return value from function blur without parantheses.

  pas007.html

pas009.html

select() Test case checks the return value from function select without parantheses.   pas011.html
focus() First case checks whether focus method actually gives focus to the password or not.

Second case checks the return value from function focus without parantheses.

  pas006.html

pas008.html

handleEvent() Checks the return value from function handleEvent without parantheses.   pas010.html