| open |
/portal/public/default/ |
|
| windowMaximize |
|
|
| clickAndWait |
link=Visit the Acme Website |
|
| echo |
-- Log in |
|
| click |
link=Login |
|
| type |
username |
root |
| type |
password |
gtn |
| clickAndWait |
link=Sign in |
|
| echo |
-- Go to Site Admin |
|
| clickAndWait |
//a[contains(@href, '/portal/private/acme/wcmAdmin')] |
|
| echo |
-- Go to Types Of Content |
|
| waitForElementPresent |
//div[@id='UIECMAdminPortlet']//div[@class='TabIcon DefaultItemIcon TypesOfContentIcon'] |
|
| click |
//div[@id='UIECMAdminPortlet']//div[@class='TabIcon DefaultItemIcon TypesOfContentIcon'] |
|
| echo |
-- Select Namespace Registry |
|
| waitForElementPresent |
link=Namespace Registry |
|
| click |
link=Namespace Registry |
|
| echo |
-- Select Register |
|
| waitForElementPresent |
link=Register |
|
| click |
link=Register |
|
| echo |
-- Fill data into form |
|
| waitForElementPresent |
namespace |
|
| type |
namespace |
A Hoa Huong Duong |
| type |
uri |
http://anhyeuTieuHuongDuong.com |
| waitForElementPresent |
link=Save |
|
| click |
link=Save |
|
| pause |
3000 |
|
| waitForTextPresent |
A Hoa Huong Duong |
|
| verifyTextPresent |
A Hoa Huong Duong |
|
| verifyTextPresent |
http://anhyeuTieuHuongDuong.com |
|
| echo |
--Logout |
|
| waitForElementPresent |
link=Logout |
|
| clickAndWait |
link=Logout |
|
|
|
|