Class | Description |
---|---|
AutomatedFunctionalTestBase |
Automated Functional Tests should extend this Base class or have it in their class hierarchy, enables
bookmark mode for test methods ending in Bookmark and navigation mode for test methods ending in Nav.
|
AutomatedFunctionalTestRunner |
JUnit Test Runner to run test Automated Functional Tests.
|
AutomatedFunctionalTestUtils |
For Rice specific sampleapp testing code.
|
JiraAwareAftBase |
Jira Aware Automated Functional Test Base.
|
JiraAwareWebDriverUtils |
All asserts call
JiraAwareFailable.jiraAwareFail(java.lang.String) on failure. |
JiraIssueCreation |
-Dcas.username=casusername -Dcas.password=caspassword
-Djira.input.dir=/Users/eghm/Desktop/JenkinsResults-2.5-IT-05-12/JiraGroups -Djira.summary.start=IT_Failure
|
SauceLabsWebDriverHelper |
Helper class for
RemoteWebDriver when writing Selenium tests making use of Saucelabs
or Sauce OnDemand. |
WebDriverAftBase |
Ideally the AFT code here should be generic for KRAD AFT testing and not specific to KRAD sampleapp testing.
|
WebDriverFileResourceAftBase |
Methods for using files and resources in Afts
|
WebDriverITBase | Deprecated
see WebDriverAftBase
|
WebDriverLegacyITBase | Deprecated
only rice sampleapp specific code should go in this class, see WebDriverAftBase.
|
WebDriverScreenshotHelper | |
WebDriverUtils |
The goal of the WebDriverUtils class is to invert the dependencies on WebDriver from
WebDriverLegacyITBase for reuse
without having to extend WebDriverLegacyITBase. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.