t) Verify the most commonly uses attributes of this component.
i) Test Steps:
- add a button
- add textArea1, set the label value to 'I am a text area label', set the
text area required = true.
- add a message list set for textArea1
- add textArea2, set the text value to 'columns = 20', set the columns value
= 20.
- add textArea3, set the text value to 'rows = 5, set the rows = 5
- add textArea4, set the text value to 'disabled', set disabled = true
- add a label and set its value to 'visible = false'.
- add textArea5, and set visible = false
- add textArea6, set its text value to a large amount of text
- Add a messageGroup to catch any other errors.