| Properties & Methods | Functionality | Test Data | Test Case |
|---|---|---|---|
| defaultValue | Checks VALUE attribute. | Regular Characters. | txa002.html |
| form | Checks name of the form which contains this textarea. | Regular Characters. | txa001.html |
| name | Checks NAME attribute. | Regular Characters. | txa004.html |
| type | Checks TYPE attribute. | Regular Characters. | txa005.html |
| value | Checks current value of the textarea. | Regular Characters. | txa003.html |
| blur() | First case checks whether blur method actually removes
focus from the textarea or not.
Second case checks the return value from function blur without parantheses. |
txa007.html | |
| select() | First case checks whether select method actually selects
text in textarea or not.
Test case checks the return value from function select without parantheses. |
txa008.html | |
| focus() | First case checks whether focus method actually gives focus
to the textarea or not.
Second case checks the return value from function focus without parantheses. |
txa006.html | |
| handleEvent() | Checks the return value from function handleEvent without parantheses. | txa011.html |