AddNullTitleTest
waitForElementPresent //input[@value='Post New Thread']
clickAndWait //input[@value='Post New Thread']
waitForElementPresent _19_textArea
typeKeys _19_textArea This is a Null Test Entr
type _19_textArea This is a Null Test Entry!
waitForElementPresent //input[@value='Save']
clickAndWait //input[@value='Save']
assertTextPresent You have entered invalid data. Please try again.
assertTextPresent Please enter a valid subject.
waitForElementPresent //input[@value='Cancel']
clickAndWait //input[@value='Cancel']
assertTextNotPresent This is a Null Test Entry!