|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.qa.test.selenium.testrunner.BaseTestCase
com.day.qa.test.selenium.cq5wcm.CQ5WCMBaseTestCase
com.day.qa.test.selenium.cq5wcm.geometrixx.components.ComponentBaseTestCase
com.day.qa.test.selenium.cq5wcm.geometrixx.components.CreateEditDeleteBaseTestCase
public abstract class CreateEditDeleteBaseTestCase
An intermediate superclass between ComponentBaseTestCase and all 'CreateEditDelete...' test classes since they have a lot in common and there will be one for each component.
| Field Summary |
|---|
| Fields inherited from class com.day.qa.test.selenium.cq5wcm.CQ5WCMBaseTestCase |
|---|
adminURL, context, HANDLE_CONTENT_FINDER, HANDLE_LOGIN, HANDLE_MISC_ADMIN, HANDLE_SECURITY_ADMIN, HANDLE_SITE_ADMIN, HANDLE_TAGGING_ADMIN, HANDLE_WORKFLOW_ADMIN |
| Fields inherited from class com.day.qa.test.selenium.testrunner.BaseTestCase |
|---|
baseURL, browser, password, selenium, selServerHost, selServerPort, speed, username |
| Constructor Summary | |
|---|---|
CreateEditDeleteBaseTestCase()
|
|
CreateEditDeleteBaseTestCase(String componentPath,
String componentName)
|
|
| Method Summary | |
|---|---|
void |
createComponent()
Create the component with some initial values |
void |
createEditDelete()
|
void |
editComponent()
Edits the component. |
abstract void |
setChangedComponentValues()
Edit the component values |
abstract void |
setInitialComponentValues()
Set initial values in the component. |
abstract void |
verifyChangedOutput()
Checks if the changed values have been rendered |
abstract void |
verifyInitialOutput()
Checks if the changed values have been rendered |
| Methods inherited from class com.day.qa.test.selenium.cq5wcm.geometrixx.components.ComponentBaseTestCase |
|---|
deleteComponent, getLabel, openEditComponentDialog, saveDialog, selectNewComponentDialog, selectTab, setDialogDragNDropImage, setDialogInput, setDialogRichText, setDialogTextArea |
| Methods inherited from class com.day.qa.test.selenium.cq5wcm.CQ5WCMBaseTestCase |
|---|
extendToContentFinderHandle, globalLogin, open, pageExists, pageExists |
| Methods inherited from class com.day.qa.test.selenium.testrunner.BaseTestCase |
|---|
classSetUp, classTearDown, getBaseURL, getCompleteBaseURL, setBaseURL, setBrowser, setPassword, setSeleniumServerHost, setSeleniumServerPort, setSpeed, setUser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateEditDeleteBaseTestCase()
public CreateEditDeleteBaseTestCase(String componentPath,
String componentName)
| Method Detail |
|---|
public void createEditDelete()
throws Exception
Exception
public void createComponent()
throws Exception
Exception
public void editComponent()
throws Exception
Exception
public abstract void setInitialComponentValues()
throws Exception
Exception
public abstract void setChangedComponentValues()
throws Exception
Exceptionpublic abstract void verifyInitialOutput()
public abstract void verifyChangedOutput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||