| Properties & Methods | Functionality | Test Data | Test Case |
|---|---|---|---|
| form | Checks name of the form which contains this reset. | Regular Characters. | res001.html |
| name | Checks NAME attribute. | Regular Characters. | res002.html |
| type | Checks TYPE attribute. | Regular Characters. | res003.html |
| value | Checks VALUE attribute. | Regular Characters. | res004.html |
| focus() | First case checks whether focus method actually gives focus
to the reset or not.
Second case checks the return value from function focus without parantheses. |
res005.html | |
| click() | First case checks whether click method simulates mouse-click
or not.
Second case checks the return value from function click without parantheses. |
res007.html | |
| blur() | First case checks whether blur method actually removes
reset from the radio or not.
Second case checks the return value from function blur without parantheses. |
res006.html | |
| handleEvent() | Checks the return value from function handleEvent without parantheses. | res011.html |