edu.samplu.common
Class AdminMenuLegacyITBase

java.lang.Object
  extended by edu.samplu.common.WebDriverLegacyITBase
      extended by edu.samplu.common.MenuLegacyITBase
          extended by edu.samplu.common.AdminMenuLegacyITBase
Direct Known Subclasses:
ConfigNameSpaceLegacyIT, ConfigParameterLegacyIT, ConfigParameterTypeLegacyIT, IdentityGroupLegacyIT, IdentityPermissionLegacyIT, IdentityPersonLegacyIT, IdentityResponsibilityLegacyIT, IUeDocLiteXMLIngestLegacyIT, LocationCampusLegacyIT, LocationCountryLegacyIT, LocationCountyLegacyIT, LocationPostCodeLegacyIT, LocationStateLegacyIT, OAAeDocLiteXMLIngestLegacyIT, XMLIngesterLegacyIT

Deprecated. Use WebDriverITBase for new tests.

public abstract class AdminMenuLegacyITBase
extends MenuLegacyITBase

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String ADMIN_LOCATOR
          Deprecated.  
static String CREATE_NEW_LOCATOR
          Deprecated.  
static String LABEL_KUALI_DEFAULT
          Deprecated.  
static String LABEL_KUALI_KUALI_SYSTEMS
          Deprecated.  
 
Fields inherited from class edu.samplu.common.WebDriverLegacyITBase
DEFAULT_WAIT_SEC, driver, passed, REMOTE_PUBLIC_USER_PROPERTY, REMOTE_PUBLIC_USERPOOL_PROPERTY, testName, user
 
Constructor Summary
AdminMenuLegacyITBase()
          Deprecated.  
 
Method Summary
protected  String getCreateNewLinkLocator()
          Deprecated. Override to return main menu click selector (e.g.
protected  String getMenuLinkLocator()
          Deprecated. TODO when the UpgradedSelenium tests have been converted over, rename this to getMenuLinkText Override to return menu click selector (e.g.
 void testCreateNewCancel()
          Deprecated. tests that a getLinkLocator maintenance document can be cancelled
 void testEditCancel()
          Deprecated. tests that a getLinkLocator maintenance document is created for an edit operation originating from a lookup screen
 
Methods inherited from class edu.samplu.common.MenuLegacyITBase
getLinkLocator, getTestUrl, gotoCreateNew, gotoMenuLinkLocator, gotoMenuLinkLocator
 
Methods inherited from class edu.samplu.common.WebDriverLegacyITBase
assertElementPresent, assertElementPresentByName, assertElementPresentByName, assertElementPresentByXpath, assertElementPresentByXpath, assertTextPresent, assertTextPresent, blanketApproveTest, check, checkByName, checkByXpath, checkErrorMessageItem, checkForIncidentReport, checkForIncidentReport, checkForIncidentReport, clearText, clearTextByName, clearTextByXpath, colapseExpandByXpath, createAndStartService, expandColapseByXpath, fireEvent, fireEvent, fireMouseOverEvent, fireMouseOverEventByName, fireMouseOverEventByXpath, getAttribute, getAttributeByName, getAttributeByXpath, getBaseUrlString, getCssCount, getCssCount, getHTML, getSelectOptions, getSelectOptionsByName, getSelectOptionsByXpath, getSessionId, getText, getText, getTextByName, getTextByXpath, getTitle, getUserName, isElementPresent, isElementPresent, isElementPresentByName, isElementPresentByXpath, isVisible, isVisible, isVisibleByXpath, open, passed, select, selectByName, selectByXpath, selectFrame, selectOption, selectOptionByName, selectOptionByXpath, selectTopFrame, selectWindow, setUp, switchToWindow, tearDown, testCancelConfirmation, testCreateNewSearchReturnValueCancelConfirmation, testSearchEditCancel, testVerifyAddDeleteFiscalOfficerLegacy, uncheck, uncheckByName, uncheckByXpath, waitAndCancelConfirmation, waitAndClick, waitAndClick, waitAndClick, waitAndClick, waitAndClickByLinkText, waitAndClickByLinkText, waitAndClickByName, waitAndClickByName, waitAndClickByXpath, waitAndClickByXpath, waitAndCreateNew, waitAndEdit, waitAndReturnValue, waitAndSearch, waitAndType, waitAndType, waitAndTypeByName, waitAndTypeByXpath, waitAndTypeByXpath, waitFor, waitFor, waitForDocId, waitForElementPresent, waitForElementPresentByName, waitForElementPresentByXpath, waitForElementVisible, waitForPageToLoad, waitForTitleToEqualKualiPortalIndex, waitForTitleToEqualKualiPortalIndex, waitIsVisible, waitIsVisible, waitIsVisibleByXpath, waitNotVisible, waitNotVisibleByXpath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_NEW_LOCATOR

public static final String CREATE_NEW_LOCATOR
Deprecated. 
See Also:
Constant Field Values

ADMIN_LOCATOR

public static final String ADMIN_LOCATOR
Deprecated. 
See Also:
Constant Field Values

LABEL_KUALI_KUALI_SYSTEMS

public static final String LABEL_KUALI_KUALI_SYSTEMS
Deprecated. 
See Also:
Constant Field Values

LABEL_KUALI_DEFAULT

public static final String LABEL_KUALI_DEFAULT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AdminMenuLegacyITBase

public AdminMenuLegacyITBase()
Deprecated. 
Method Detail

getCreateNewLinkLocator

protected String getCreateNewLinkLocator()
Deprecated. 
Description copied from class: MenuLegacyITBase
Override to return main menu click selector (e.g. "//img[@alt='create new']")

Specified by:
getCreateNewLinkLocator in class MenuLegacyITBase
Returns:
selenium locator to click on

getMenuLinkLocator

protected String getMenuLinkLocator()
Deprecated. 
Description copied from class: MenuLegacyITBase
TODO when the UpgradedSelenium tests have been converted over, rename this to getMenuLinkText Override to return menu click selector (e.g. "Main Menu")

Specified by:
getMenuLinkLocator in class MenuLegacyITBase
Returns:
selenium locator to click on

testCreateNewCancel

public void testCreateNewCancel()
                         throws Exception
Deprecated. 
tests that a getLinkLocator maintenance document can be cancelled

Throws:
Exception

testEditCancel

public void testEditCancel()
                    throws Exception
Deprecated. 
tests that a getLinkLocator maintenance document is created for an edit operation originating from a lookup screen

Throws:
Exception


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.