blob: 6a447e873150b69acc2db2027a77060815d2ed65 [file] [log] [blame]
CHINTAMANIdadbef32018-08-14 21:22:59 -04001*** Settings ***
Gary Wuac904332018-10-31 23:18:51 -07002Test Timeout 5 minute
CHINTAMANIdadbef32018-08-14 21:22:59 -04003Documentation This is RobotFrame work script
4Resource ../resources/portal-sdk/portalDef.robot
DR695H910097e2019-05-08 13:55:32 -04005Resource ../resources/portal_interface.robot
6Library SeleniumLibrary
Gary Wu7270f092018-10-25 05:47:01 -07007Suite Setup Generate Random User Name
DR695H910097e2019-05-08 13:55:32 -04008Suite Teardown Close All Browsers
CHINTAMANIdadbef32018-08-14 21:22:59 -04009
10*** Test Cases ***
11
CHINTAMANI399248a2018-09-06 18:16:41 -040012Login into Portal URL
13 [TAGS] portal
DR695H910097e2019-05-08 13:55:32 -040014 Portal admin Login To Portal GUI
CHINTAMANIdadbef32018-08-14 21:22:59 -040015
CHINTAMANI021d5eb2018-10-11 15:11:44 -040016Portal Change REST URL Of X-DemoApp
17 [TAGS] portal
18 [Documentation] Portal Change REST URL Of X-DemoApp
19 Portal Change REST URL
CHINTAMANIdadbef32018-08-14 21:22:59 -040020
CHINTAMANI021d5eb2018-10-11 15:11:44 -040021Portal R1 Release for AAF
22 [TAGS] portal
23 [Documentation] ONAP Portal R1 functionality for AAF test
24 Portal AAF new fields
CHINTAMANIdadbef32018-08-14 21:22:59 -040025
CHINTAMANIdadbef32018-08-14 21:22:59 -040026EP Admin widget layout reset
CHINTAMANI399248a2018-09-06 18:16:41 -040027 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040028 Reset widget layout option
29
30Validate Functional Top Menu Get Access
CHINTAMANI399248a2018-09-06 18:16:41 -040031 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040032 Functional Top Menu Get Access
33
34Validate Functional Top Menu Contact Us
CHINTAMANI399248a2018-09-06 18:16:41 -040035 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040036 Functional Top Menu Contact Us
37
38Edit Functional Menu
CHINTAMANI399248a2018-09-06 18:16:41 -040039 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040040 Portal admin Edit Functional menu
DR695H910097e2019-05-08 13:55:32 -040041
CHINTAMANIdadbef32018-08-14 21:22:59 -040042Create a Test user for Application Admin -Test
CHINTAMANI399248a2018-09-06 18:16:41 -040043 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040044 Portal admin Add Application admin User New user -Test
45
46Create a Test User for Apllication Admin
CHINTAMANI399248a2018-09-06 18:16:41 -040047 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040048 Portal admin Add Application admin User New user
49
50Add Application Admin for Existing User Test user
CHINTAMANI399248a2018-09-06 18:16:41 -040051 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040052 Portal admin Add Application Admin Exiting User -APPDEMO
53
54Create a Test user for Standared User
CHINTAMANI399248a2018-09-06 18:16:41 -040055 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040056 Portal admin Add Standard User New user
57
58Add Application Admin for Exisitng User
CHINTAMANI399248a2018-09-06 18:16:41 -040059 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040060 Portal admin Add Application Admin Exiting User
61
62Delete Application Admin for Exisitng User
CHINTAMANI399248a2018-09-06 18:16:41 -040063 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040064 Portal admin Delete Application Admin Existing User
65
CHINTAMANIdadbef32018-08-14 21:22:59 -040066Logout from Portal GUI as Portal Admin
CHINTAMANI399248a2018-09-06 18:16:41 -040067 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040068 Portal admin Logout from Portal GUI
69
70# Application Admin user Test cases
71
72Login To Portal GUI as APP Admin
CHINTAMANI399248a2018-09-06 18:16:41 -040073 [TAGS] portal
DR695H910097e2019-05-08 13:55:32 -040074 Application admin Login To Portal GUI
CHINTAMANIdadbef32018-08-14 21:22:59 -040075
CHINTAMANIdadbef32018-08-14 21:22:59 -040076Logout from Portal GUI as APP Admin
CHINTAMANI399248a2018-09-06 18:16:41 -040077 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040078 Application admin Logout from Portal GUI
79
80#Standard User Test cases
81
CHINTAMANIdadbef32018-08-14 21:22:59 -040082Logout from Portal GUI as Standared User
CHINTAMANI399248a2018-09-06 18:16:41 -040083 [TAGS] portal
CHINTAMANIdadbef32018-08-14 21:22:59 -040084 Standared User Logout from Portal GUI
85 Close All Browsers