AddNullTitleTest
waitForElementPresent //input[@value='Add Article']
clickAndWait //input[@value='Add Article']
pause 5000
waitForElementPresent _15_editor
waitForElementPresent FCKeditor1___Frame
waitForElementPresent //textarea
selectFrame //iframe[@id='_15_editor']
selectFrame //iframe[@id='FCKeditor1___Frame']
selectFrame //iframe
typeKeys //body This is a test null article
type //body This is a test null article!
selectFrame relative=top
waitForElementPresent //input[@value='Save and Approve']
clickAndWait //input[@value='Save and Approve']
assertTextPresent Please enter a valid name.
waitForElementPresent //input[@value='Cancel']
clickAndWait //input[@value='Cancel']
waitForElementPresent link=Articles
clickAndWait link=Articles
assertElementNotPresent link=Null Test Article