diff options
Diffstat (limited to 'robot/testsuites/portalApp.robot')
-rw-r--r-- | robot/testsuites/portalApp.robot | 54 |
1 files changed, 6 insertions, 48 deletions
diff --git a/robot/testsuites/portalApp.robot b/robot/testsuites/portalApp.robot index d441e19d..6a447e87 100644 --- a/robot/testsuites/portalApp.robot +++ b/robot/testsuites/portalApp.robot @@ -2,15 +2,16 @@ Test Timeout 5 minute Documentation This is RobotFrame work script Resource ../resources/portal-sdk/portalDef.robot -Resource ../resources/portal-sdk/portalSdkDef.robot +Resource ../resources/portal_interface.robot +Library SeleniumLibrary Suite Setup Generate Random User Name +Suite Teardown Close All Browsers *** Test Cases *** Login into Portal URL [TAGS] portal - Close All Browsers - Portal admin Login To Portal GUI + Portal admin Login To Portal GUI Portal Change REST URL Of X-DemoApp [TAGS] portal @@ -21,10 +22,6 @@ Portal R1 Release for AAF [TAGS] portal [Documentation] ONAP Portal R1 functionality for AAF test Portal AAF new fields - -#Create Microse service onboarding -# [TAGS] portal -# Portal admin Microservice Onboarding EP Admin widget layout reset [TAGS] portal @@ -41,17 +38,7 @@ Validate Functional Top Menu Contact Us Edit Functional Menu [TAGS] portal Portal admin Edit Functional menu - -#Broadbond Notification functionality -# [TAGS] portal -# ${AdminBroadCastMsg}= Portal Admin Broadcast Notifications -# set global variable ${AdminBroadCastMsg} - -#Category Notification functionality -# [TAGS] portal -# ${AdminCategoryMsg}= Portal Admin Category Notifications -# set global variable ${AdminCategoryMsg} - + Create a Test user for Application Admin -Test [TAGS] portal Portal admin Add Application admin User New user -Test @@ -76,18 +63,6 @@ Delete Application Admin for Exisitng User [TAGS] portal Portal admin Delete Application Admin Existing User -#Add Standard User Role for Existing user -# [TAGS] portal -# Portal admin Add Standard User Existing user - -#Edit Standard User Role for Existing user -# [TAGS] portal -# Portal admin Edit Standard User Existing user - -#Delete Standard User Role for Existing user -# [TAGS] portal -# Portal admin Delete Standard User Existing user - Logout from Portal GUI as Portal Admin [TAGS] portal Portal admin Logout from Portal GUI @@ -96,19 +71,7 @@ Logout from Portal GUI as Portal Admin Login To Portal GUI as APP Admin [TAGS] portal - Application admin Login To Portal GUI - -#Add Standard User Role for Existing user as APP Admin -# [TAGS] portal -# Application admin Add Standard User Existing user - -#Edit Standard User Role for Existing user as APP Admin -# [TAGS] portal -# Application admin Edit Standard User Existing user - -#Delete Standard User Role for Existing user as APP Admin -# [TAGS] portal -# Application admin Delete Standard User Existing user + Application admin Login To Portal GUI Logout from Portal GUI as APP Admin [TAGS] portal @@ -116,12 +79,7 @@ Logout from Portal GUI as APP Admin #Standard User Test cases -Login To Portal GUI as Standared User - [TAGS] portal - Standared user Login To Portal GUI - Logout from Portal GUI as Standared User [TAGS] portal Standared User Logout from Portal GUI Close All Browsers - |