t) Verify the most commonly uses attributes of this component.

i) Test Steps:

  1. add a button
  2. add textArea1, set the label value to 'I am a text area label', set the text area required = true.
  3. add a message list set for textArea1
  4. add textArea2, set the text value to 'columns = 20', set the columns value = 20.
  5. add textArea3, set the text value to 'rows = 5, set the rows = 5
  6. add textArea4, set the text value to 'disabled', set disabled = true
  7. add a label and set its value to 'visible = false'.
  8. add textArea5, and set visible = false
  9. add textArea6, set its text value to a large amount of text
  10. Add a messageGroup to catch any other errors.