JavaScript Object:  FileUpload

Properties & Methods Functionality Test Data Test Case
form Checks name of the form which contains this fileupload. Regular  Characters. fup001.html
name Checks NAME attribute. Regular Characters.  fup002.html
type Checks TYPE attribute. Regular Characters.  fup003.html
value Checks  VALUE attribute. Regular Characters.  fup004.html
blur() First case checks whether blur method actually removes focus from the fileupload or not.

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

  fup006.html

fup008.html

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

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

  fup005.html

fup007.html

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