edu.samplu.common
Class UpgradedSeleniumITBase

java.lang.Object
  extended by edu.samplu.common.UpgradedSeleniumITBase
Direct Known Subclasses:
AgendaEditRuleRefreshIT, AttributeDefinitionLookUpIT, CategoryLookUpIT, ClientErrorsIT, CollectionsIT, ConfigurationTestViewIT, ContraintsIT, DeleteSubCollectionLineIT, DocSearchToAnotherViewIT, FiscalOfficerInfoMaintenanceNewIT, HelpIT, IdentityRoleIT, LoginLogoutIT, MenuITBase, ParentLineIT, ReferenceCampusTypeIT, RichMessagesValidationIT, ServerErrorsIT, ServerInfoIT, ServerWarningsIT, UIFComponentValidationRegexPatternIT, UifDataAttributesIT, UifTooltipIT, ValidCharsConstraintIT, WorkFlowDocTypeIT, WorkFlowRouteRulesBlanketAppIT, WorkFlowRouteRulesDelegationIT, WorkFlowRouteRulesIT

Deprecated. Use WebDriverITBase for new tests.

public abstract class UpgradedSeleniumITBase
extends Object

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

Field Summary
protected  org.openqa.selenium.WebDriver driver
          Deprecated.  
 
Constructor Summary
UpgradedSeleniumITBase()
          Deprecated.  
 
Method Summary
protected  void assertDocFinal(String docId)
          Deprecated.  
protected  void assertElementPresent(String locator)
          Deprecated.  
protected  void assertTextPresent(String text)
          Deprecated.  
protected  void assertTextPresent(String message, String text)
          Deprecated.  
protected  void blanketApproveTest()
          Deprecated.  
protected  void check(String locator)
          Deprecated.  
protected  void checkErrorMessageItem(String message)
          Deprecated.  
protected  void checkForIncidentReport(String locator)
          Deprecated.  
protected  void checkForIncidentReport(String locator, String message)
          Deprecated.  
protected  void chooseCancelOnNextConfirmation()
          Deprecated.  
protected  void close()
          Deprecated.  
protected  void colapseExpand(String clickLocator, String visibleLocator)
          Deprecated.  
protected  void expandColapse(String clickLocator, String visibleLocator)
          Deprecated.  
protected  void fireEvent(String locator, String event)
          Deprecated.  
protected  void focus(String locator)
          Deprecated.  
protected  void focusAndType(String fieldLocator, String typeText)
          Deprecated.  
protected  String[] getAllWindowTitles()
          Deprecated.  
protected  String getAttribute(String attributeLocator)
          Deprecated.  
protected  String getBaseUrlString()
          Deprecated.  
protected  String getConfirmation()
          Deprecated.  
protected  Number getCssCount(String cssCountRows)
          Deprecated.  
protected  String getEval(String script)
          Deprecated.  
protected  String getLocation()
          Deprecated.  
protected  String getSelectedLabel(String locator)
          Deprecated.  
protected  String[] getSelectOptions(String locator)
          Deprecated.  
abstract  String getTestUrl()
          Deprecated. Returns the URL to be used with this test
protected  String getText(String locator)
          Deprecated.  
protected  String getTitle()
          Deprecated.  
 String getUserName()
          Deprecated. Override in test to define a user other than admin
protected  String getValue(String locator)
          Deprecated.  
protected  boolean isElementPresent(String locator)
          Deprecated.  
protected  boolean isTextPresent(String locator)
          Deprecated.  
protected  boolean isVisible(String locator)
          Deprecated.  
protected  void keyDown(String locator, String key)
          Deprecated.  
protected  void keyPress(String locator, String key)
          Deprecated.  
protected  void keyUp(String locator, String key)
          Deprecated.  
protected  void mouseOut(String locator)
          Deprecated.  
protected  void mouseOver(String locator)
          Deprecated.  
protected  void open(String url)
          Deprecated.  
protected  void removeAllSelections(String locator)
          Deprecated.  
protected  void select(String locator, String select)
          Deprecated.  
protected  void selectFrame(String frameName)
          Deprecated.  
protected  void selectWindow(String windowName)
          Deprecated.  
protected  void setSpeed(String speed)
          Deprecated.  
 void setUp()
          Deprecated.  
 void tearDown()
          Deprecated. Useful to set -Dremote.driver.dontTearDown=f -Dremote.driver.dontTearDown=n to not shutdown the browser when working on tests.
protected  void uncheck(String locator)
          Deprecated.  
protected  void waitAndClick(String locator)
          Deprecated.  
protected  void waitAndClick(String locator, String message)
          Deprecated.  
protected  void waitAndType(String elementLocator, String text)
          Deprecated.  
protected  void waitAndType(String elementLocator, String text, String message)
          Deprecated.  
protected  String waitForDocId()
          Deprecated.  
protected  void waitForElementPresent(String locator)
          Deprecated.  
protected  void waitForElementPresent(String locator, String message)
          Deprecated.  
protected  void waitForElementVisible(String locator, String message)
          Deprecated.  
protected  void waitForPageToLoad()
          Deprecated.  
protected  void waitForPageToLoad(String number)
          Deprecated.  
protected  void waitForPageToLoad50000()
          Deprecated.  
protected  void waitForTitleToEqualKualiPortalIndex()
          Deprecated.  
protected  void waitForTitleToEqualKualiPortalIndex(String message)
          Deprecated.  
protected  void waitIsVisible(String visibleLocator)
          Deprecated.  
protected  void waitNotVisible(String visibleLocator)
          Deprecated.  
protected  void windowFocus()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

protected org.openqa.selenium.WebDriver driver
Deprecated. 
Constructor Detail

UpgradedSeleniumITBase

public UpgradedSeleniumITBase()
Deprecated. 
Method Detail

getBaseUrlString

protected String getBaseUrlString()
Deprecated. 

getTestUrl

public abstract String getTestUrl()
Deprecated. 
Returns the URL to be used with this test

Returns:
URL of the test

getUserName

public String getUserName()
Deprecated. 
Override in test to define a user other than admin

Returns:

setUp

public void setUp()
           throws Exception
Deprecated. 
Throws:
Exception

assertDocFinal

protected void assertDocFinal(String docId)
Deprecated. 

assertElementPresent

protected void assertElementPresent(String locator)
Deprecated. 

assertTextPresent

protected void assertTextPresent(String text)
Deprecated. 

assertTextPresent

protected void assertTextPresent(String message,
                                 String text)
Deprecated. 

blanketApproveTest

protected void blanketApproveTest()
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

close

protected void close()
Deprecated. 

check

protected void check(String locator)
Deprecated. 

checkErrorMessageItem

protected void checkErrorMessageItem(String message)
Deprecated. 

checkForIncidentReport

protected void checkForIncidentReport(String locator)
Deprecated. 

checkForIncidentReport

protected void checkForIncidentReport(String locator,
                                      String message)
Deprecated. 

chooseCancelOnNextConfirmation

protected void chooseCancelOnNextConfirmation()
Deprecated. 

colapseExpand

protected void colapseExpand(String clickLocator,
                             String visibleLocator)
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

expandColapse

protected void expandColapse(String clickLocator,
                             String visibleLocator)
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

fireEvent

protected void fireEvent(String locator,
                         String event)
Deprecated. 

focus

protected void focus(String locator)
Deprecated. 

focusAndType

protected void focusAndType(String fieldLocator,
                            String typeText)
Deprecated. 

getAllWindowTitles

protected String[] getAllWindowTitles()
Deprecated. 

getAttribute

protected String getAttribute(String attributeLocator)
Deprecated. 

getConfirmation

protected String getConfirmation()
Deprecated. 

getCssCount

protected Number getCssCount(String cssCountRows)
Deprecated. 

getSelectedLabel

protected String getSelectedLabel(String locator)
Deprecated. 

getSelectOptions

protected String[] getSelectOptions(String locator)
Deprecated. 

getEval

protected String getEval(String script)
Deprecated. 

getLocation

protected String getLocation()
Deprecated. 

getText

protected String getText(String locator)
Deprecated. 

getTitle

protected String getTitle()
Deprecated. 

getValue

protected String getValue(String locator)
Deprecated. 

isElementPresent

protected boolean isElementPresent(String locator)
Deprecated. 

isTextPresent

protected boolean isTextPresent(String locator)
Deprecated. 

isVisible

protected boolean isVisible(String locator)
Deprecated. 

keyDown

protected void keyDown(String locator,
                       String key)
Deprecated. 

keyPress

protected void keyPress(String locator,
                        String key)
Deprecated. 

keyUp

protected void keyUp(String locator,
                     String key)
Deprecated. 

mouseOver

protected void mouseOver(String locator)
Deprecated. 

mouseOut

protected void mouseOut(String locator)
Deprecated. 

open

protected void open(String url)
Deprecated. 

removeAllSelections

protected void removeAllSelections(String locator)
Deprecated. 

select

protected void select(String locator,
                      String select)
Deprecated. 

selectFrame

protected void selectFrame(String frameName)
Deprecated. 

setSpeed

protected void setSpeed(String speed)
Deprecated. 

selectWindow

protected void selectWindow(String windowName)
Deprecated. 

uncheck

protected void uncheck(String locator)
Deprecated. 

waitAndClick

protected void waitAndClick(String locator)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClick

protected void waitAndClick(String locator,
                            String message)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForDocId

protected String waitForDocId()
                       throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndType

protected void waitAndType(String elementLocator,
                           String text)
                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndType

protected void waitAndType(String elementLocator,
                           String text,
                           String message)
                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitNotVisible

protected void waitNotVisible(String visibleLocator)
                       throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitIsVisible

protected void waitIsVisible(String visibleLocator)
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForElementPresent

protected void waitForElementPresent(String locator)
                              throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForElementPresent

protected void waitForElementPresent(String locator,
                                     String message)
                              throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForElementVisible

protected void waitForElementVisible(String locator,
                                     String message)
                              throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForPageToLoad

protected void waitForPageToLoad()
Deprecated. 

waitForPageToLoad50000

protected void waitForPageToLoad50000()
Deprecated. 

waitForPageToLoad

protected void waitForPageToLoad(String number)
Deprecated. 

waitForTitleToEqualKualiPortalIndex

protected void waitForTitleToEqualKualiPortalIndex()
                                            throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForTitleToEqualKualiPortalIndex

protected void waitForTitleToEqualKualiPortalIndex(String message)
                                            throws InterruptedException
Deprecated. 
Throws:
InterruptedException

windowFocus

protected void windowFocus()
Deprecated. 

tearDown

public void tearDown()
              throws Exception
Deprecated. 
Useful to set -Dremote.driver.dontTearDown=f -Dremote.driver.dontTearDown=n to not shutdown the browser when working on tests.

Throws:
Exception


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