|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.samplu.common.UpgradedSeleniumITBase edu.samplu.krad.configview.HelpIT
public class HelpIT
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.
Field Summary |
---|
Fields inherited from class edu.samplu.common.UpgradedSeleniumITBase |
---|
driver |
Constructor Summary | |
---|---|
HelpIT()
|
Method Summary | |
---|---|
String |
getTestUrl()
Returns the URL to be used with this test |
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 |
---|
public HelpIT()
Method Detail |
---|
public String getTestUrl()
UpgradedSeleniumITBase
getTestUrl
in class UpgradedSeleniumITBase
public void testViewHelp() throws Exception
Exception
public void testPageHelp() throws Exception
Exception
public void testTooltipHelp() throws Exception
Exception
public void testDisplayOnlyTooltipHelp() throws Exception
Exception
public void testMissingTooltipHelp() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |