| Properties & Methods | Functionality | Test Data | Test Case |
|---|---|---|---|
| action | Checks ACTION attribute. | Regular Characters. | frm001.html |
| elements | Checks array reflecting all elements in form. | Array. | frm002.html |
| encoding | Checks ENCTYPE attribute. | Regular Characters. | frm003.html |
| length | Checks number of elements in form. | Integer. | frm004.html |
| method | Checks METHOD attribute. | Regular Characters. | frm005.html |
| name | Checks NAME attribute. | Regular Characters. | frm006.html |
| target | Checks TARGET attribute. | Regular Characters. | frm007.html |
| reset() | First case checks whether reset method
actually form or not. Second case checks the return value from function without using parantheses. |
frm008.html | |
| Submit() | Checks the return value from function without using parantheses. | frm011.html | |
| handleEvent() | Checks the return value from function without using parantheses. | frm009.html |