GUI: Added New testcases

Changes :-
     - Added Verify_Text_Under_Server_Information_Section
     - Added Verify_Text_Under_Firmware_Information_Section
     - Added Verify_Text_Under_Network_Information_Section
     - Added Verify_Text_Under_Power_Information_Section
     - Added Verify_Text_Under_Event_Logs_Section
     - Added Verify_Text_Under_Inventory_And_Leds_Section
     - Added Verify_Text_Under_Dumps_Section
     - Checking all required text coming under Server,Firmware,Network,Power information,Event Logs,Inventory and LEDs and Dumps  section.

Tested: -
      - Successfully ran this from gui/gui_test/overview_menu/test_overview_menu.robot

Change-Id: Ib111b966bd85509f5a3efe773380d6c2d03039c4
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/overview_menu/test_overview_menu.robot b/gui/gui_test/overview_menu/test_overview_menu.robot
index f4ac7cb..cef45b6 100644
--- a/gui/gui_test/overview_menu/test_overview_menu.robot
+++ b/gui/gui_test/overview_menu/test_overview_menu.robot
@@ -252,6 +252,67 @@
     Wait Until Page Contains Element  ${xpath_inventory_and_leds_heading}  timeout=30
 
 
+Verify Text Under Server Information Section
+    [Documentation]  Verify text under server information section in overview page.
+    [Tags]  Verify_Text_Under_Server_Information_Section
+
+    Page Should Contain  Model
+    Page Should Contain  Operating mode
+    Page Should Contain  Serial number
+    Page Should Contain  Service login
+    Page Should Contain  Asset tag
+
+
+Verify Text Under Firmware Information Section
+    [Documentation]  Verify text under firmware information section in overview page.
+    [Tags]  Verify_Text_Under_Firmware_Information_Section
+
+    Page Should Contain  Running
+    Page Should Contain  Backup
+    Page Should Contain  Access key expiration
+
+
+Verify Text Under Network Information Section
+    [Documentation]  Verify text under network information section in overview page.
+    [Tags]  Verify_Text_Under_Network_Information_Section
+
+    Page Should Contain  Hostname
+    Page Should Contain  IPv4
+    Page Should Contain  DHCPv4
+
+
+Verify Text Under Power Information Section
+    [Documentation]  Verify text under power information section in overview page.
+    [Tags]  Verify_Text_Under_Power_Information_Section
+
+    Page Should Contain  Power consumption
+    Page Should Contain  Idle power saver
+    Page Should Contain  Power cap
+    Page Should Contain  Power mode
+
+
+Verify Text Under Event Logs Section
+    [Documentation]  Verify text under event logs section in overview page.
+    [Tags]  Verify_Text_Under_Event_Logs_Section
+
+    Page Should Contain  Critical
+    Page Should Contain  Warning
+
+
+Verify Text Under Inventory And LEDs Section
+    [Documentation]  Verify text under inventory and leds section in overview page.
+    [Tags]  Verify_Text_Under_Inventory_And_Leds_Section
+
+    Page Should Contain  System identify LED
+
+
+Verify Text Under Dumps Section
+    [Documentation]  Verify text under Dumps section in overview page.
+    [Tags]  Verify_Text_Under_Dumps_Section
+
+    Page Should Contain  Total
+
+
 *** Keywords ***
 
 Test Setup Execution