Test_SNF_CS25_ComposeMail
open /portal/public/intranet
windowMaximize
waitForElementPresent //div[2]/div[2]/div[1]/div/div/div[1]
click //div[2]/div[2]/div[1]/div/div/div[1]
waitForElementPresent username
type username mary
waitForElementPresent password
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']/div/div/div[@class='ButtonMiddle']/a
open /portal/private/intranet/mail
pause 10000
echo -Compose Mail-
echo -- Compose mail
waitForElementPresent xpath=//div[@class='UIActionBar']//div[@class='IconHolder ComposeIcon']
click xpath=//div[@class='UIActionBar']//div[@class='IconHolder ComposeIcon']
waitForElementPresent to
type to exotest4@gmail.com
type subject Test25_Compose_Mail
click xpath=//div[@class='UIToolbar']//div[@class='IconHolder SendMailIcon']
echo -- Check Compose Mail
waitForElementPresent xpath=//div[@class='MailFolderList']//div[3]/a
click xpath=//div[@class='MailFolderList']//div[3]/a
waitForElementPresent link=Test25_Compose_Mail
verifyElementPresent link=Test25_Compose_Mail
clickAndWait link=Logout
echo -Check Mail-
echo -- Verify Mail was sent successfully
open /portal/public/intranet
windowMaximize
waitForElementPresent //div[2]/div[2]/div[1]/div/div/div[1]
click //div[2]/div[2]/div[1]/div/div/div[1]
waitForElementPresent username
type username demo
waitForElementPresent password
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']/div/div/div[@class='ButtonMiddle']/a
open /portal/private/intranet/mail
echo -- Check Get Mail
waitForElementPresent MailWorkingWorkspace
click //div[@id='MailWorkingWorkspace']/div[1]/div/div/div/div/div/div[1]/div
pause 10000
waitForElementPresent link=Test25_Compose_Mail
verifyElementPresent link=Test25_Compose_Mail
clickAndWait link=Logout
close