edu.samplu.krad.configview
Class HelpIT2

java.lang.Object
  extended by edu.samplu.common.WebDriverITBase
      extended by edu.samplu.krad.configview.HelpIT2

public class HelpIT2
extends WebDriverITBase

Test the help widget

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

Field Summary
 
Fields inherited from class edu.samplu.common.WebDriverITBase
driver
 
Constructor Summary
HelpIT2()
           
 
Method Summary
 String getTestUrl()
          URL for the Configuration Test View - Help
 void testDisplayOnlyExternalHelp()
          Test the external help on the sub-section and display only fields
 void testExternalHelp()
          Test the external help on the section and fields
 void testMissingExternalHelp()
          Test the external help on the section and fields with missing help URL
 void testViewHelp()
          Test the tooltip and external help on the view
 
Methods inherited from class edu.samplu.common.WebDriverITBase
acceptAlert, assertPopUpWindowUrl, checkForIncidentReport, checkForIncidentReport, checkForIncidentReport, clearText, clearTextByName, clearTextByXpath, createAndStartService, dismissAlert, getAttribute, getAttributeByName, getAttributeByXpath, getEval, getUserName, isElementPresent, isElementPresentQuick, setUp, stopService, switchWindow, tearDown, waitAndClick, waitAndClick, waitAndClick, waitAndClick, waitAndClickByLinkText, waitAndClickByLinkText, waitAndType, waitAndType, waitAndTypeByName, waitAndTypeByXpath, waitAndTypeByXpath, waitFor, waitFor, waitForElementPresent, waitForElementPresentByName, waitForElementPresentByXpath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpIT2

public HelpIT2()
Method Detail

getTestUrl

public String getTestUrl()
URL for the Configuration Test View - Help

Due to a WebDriver bug (feature?) the tooltips can not be tested with WebDriver. HelpIT is being used to test help tooltips.

Specified by:
getTestUrl in class WebDriverITBase
Returns:
URL of the test
See Also:
WebDriverITBase.getTestUrl()

testViewHelp

public void testViewHelp()
                  throws Exception
Test the tooltip and external help on the view

Throws:
Exception

testExternalHelp

public void testExternalHelp()
                      throws Exception
Test the external help on the section and fields

Throws:
Exception

testDisplayOnlyExternalHelp

public void testDisplayOnlyExternalHelp()
                                 throws Exception
Test the external help on the sub-section and display only fields

Throws:
Exception

testMissingExternalHelp

public void testMissingExternalHelp()
                             throws Exception
Test the external help on the section and fields with missing help URL

Throws:
Exception


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