AddServerInstanceTest
waitForElementPresent link=Portal Instances
clickAndWait link=Portal Instances
store eval(selenium.isElementPresent('link=test.com')) InstancePresent
gotoIf ${InstancePresent} No Instance Present
clickAndWait //input[@value='Add']
typeKeys _135_webId test.com
type _135_webId test.com
typeKeys _135_virtualHost guest
type _135_virtualHost guest
typeKeys _135_mx test.com
type _135_mx test.com
clickAndWait //input[@value='Save']
assertTextPresent Your request processed successfully.
assertElementPresent link=test.com
label No Instance Present