Textboxes

Steps:
  1. For the first textbox get the placeholder text
  2. Type into the textbox
  3. Assert the value of the textbox now equals the text typed
Steps:
  1. Get the text from the second textbox
  2. Clear the textbox
  3. Assert its new value is empty
Steps:
  1. Get the readonly attribute of this textbox
Steps:
  1. Get the disabled attribute of this textbox