edu.samplu.krad.configview
Class HelpIT

java.lang.Object
  extended by edu.samplu.krad.configview.HelpIT

public class HelpIT
extends Object

Test the help widget

Selenium RC does not allow us to test the external help popup windows due to an error on JavaScrips window.close method when selenium is running. To test the external help we use the HelpIT2 test which utilizes WebDriver. Unfortunately due to a WebDriver bug/feature we can't test the tooltip help there.

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

Constructor Summary
HelpIT()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testDisplayOnlyTooltipHelp()
          Test the tooltip help on the sub-section and fields that are display only
 void testMissingTooltipHelp()
          Test the tooltip help on the section and fields with no content
 void testPageHelp()
          Test the tooltip and external help on the page
 void testTooltipHelp()
          Test the tooltip help on the section and fields
 void testViewHelp()
          Test the tooltip and external help on the view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpIT

public HelpIT()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testViewHelp

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

Throws:
Exception

testPageHelp

public void testPageHelp()
                  throws Exception
Test the tooltip and external help on the page

Throws:
Exception

testTooltipHelp

public void testTooltipHelp()
                     throws Exception
Test the tooltip help on the section and fields

Throws:
Exception

testDisplayOnlyTooltipHelp

public void testDisplayOnlyTooltipHelp()
                                throws Exception
Test the tooltip help on the sub-section and fields that are display only

Throws:
Exception

testMissingTooltipHelp

public void testMissingTooltipHelp()
                            throws Exception
Test the tooltip help on the section and fields with no content

Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception


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