Class TestApplicationListUtil

    • Constructor Detail

      • TestApplicationListUtil

        public TestApplicationListUtil()
    • Method Detail

      • getTotalStoryPoints

        public int getTotalStoryPoints​(String applicationName)
        Gets the total story points for the given application name. This will return -1 if it could not find the story point information.
      • getSharedStoryPoints

        public int getSharedStoryPoints​(String applicationName)
        Gets the shared story points for the given application name. This will return -1 if it could not find the story point information.
      • getUniqueStoryPoints

        public int getUniqueStoryPoints​(String applicationName)
        Gets the unique story points for the given application name. This will return -1 if it could not find the story point information.
      • sortApplicationListByEffortPoints

        public void sortApplicationListByEffortPoints()
      • reverseSortOrder

        public void reverseSortOrder()
      • getApplicationNames

        public List<String> getApplicationNames()
        Returns the list of application names on the application list.
      • getApplicationTargetRuntimeLegendHeader

        public org.openqa.selenium.WebElement getApplicationTargetRuntimeLegendHeader()
      • getApplicationTargetRuntimeLegendContent

        public org.openqa.selenium.WebElement getApplicationTargetRuntimeLegendContent()
      • getApplicationTargetRuntimeLabels

        public List<org.openqa.selenium.WebElement> getApplicationTargetRuntimeLabels​(String applicationName)
      • getApplicationTechLabels

        public List<org.openqa.selenium.WebElement> getApplicationTechLabels​(String applicationName)
      • clickTag

        public void clickTag​(String applicationName,
                             String tagName)
      • isDisplayed

        public boolean isDisplayed​(String applicationName)