| Modifier and Type | Method and Description |
|---|---|
PageElementTestData |
PageActionTestData.getElementTestDataById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<PageElementTestData> |
PageActionTestData.getElementTestData() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageComponent.setInputFieldValue(PageElementTestData testData)
Enter data into an input field
|
void |
AbstractPageComponent.validateInputFieldValue(PageElementTestData testData)
Validate an input field by using the field's test data object
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTableComponent.clickContextMenuImport(PageElementTestData testData)
Click on the context-menu item 'Import' and upload the file that is defined in the respective test data object
|
void |
AbstractViewPageObject.clickContextMenuImport(PageElementTestData testData)
Click on the context-menu item 'Import' and upload the file that is defined in the respective test data object
|
protected boolean |
AbstractPageObject.getCheckBoxSelection(PageElementTestData testData)
Determine the selection of a checkbox field
|
protected int |
DataTableComponent.getExpectedRowCount(PageElementTestData testData)
Extract the expected row count from the given test data object
|
void |
DualDataListComponent.searchItems(PageElementTestData testData)
Search for items that can be selected afterwards
|
void |
AbstractPageObject.selectAutoCompleteItem(PageElementTestData testData)
Select an item of an auto-complete field
|
void |
AbstractPageObject.selectComboboxItem(PageElementTestData testData)
Select an item of a combobox field
|
void |
DualDataListComponent.selectItems(PageElementTestData testData)
Select items by moving them from the source to the target list
|
void |
AbstractPageObject.selectLoVItem(PageElementTestData testData)
Select an item by opening a list-of-values in a pop-up window
|
void |
AbstractPageObject.setCheckBoxValue(PageElementTestData testData)
Change the selection of a checkbox
|
void |
AbstractPageObject.uploadFile(String dialogId,
PageElementTestData testData)
Upload a file in a pop-up window
|
void |
AbstractPageObject.validateAutoCompleteItem(PageElementTestData testData)
Validate the selected item of an auto-complete field
|
void |
AbstractPageObject.validateCheckBoxValue(PageElementTestData testData)
Validate the selection of a checkbox field
|
void |
AbstractPageObject.validateComboboxItem(PageElementTestData testData)
Validate the selected item of a combobox field
|
void |
AbstractPageObject.validateLabelText(PageElementTestData testData)
Validate a label field by using the field's test data object
|
void |
AbstractPageObject.validateLoVItem(PageElementTestData testData)
Validate the selected item of a list-of-values field
|
void |
DataTableComponent.validateMaxRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is smaller (or equal) than a given upper limit
|
void |
AbstractViewPageObject.validateMaxRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is smaller (or equal) than a given upper limit
|
void |
DataTableComponent.validateMinRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is greater (or equal) than a given lower limit
|
void |
AbstractViewPageObject.validateMinRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is greater (or equal) than a given lower limit
|
void |
AbstractPageObject.validatePageTitle(PageElementTestData testData)
Compare the page title with the expected text provided by the test data object
|
void |
DataTableComponent.validateRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is equal to the expected row count
|
void |
AbstractViewPageObject.validateRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is equal to the expected row count
|
void |
DualDataListComponent.validateSelection(PageElementTestData testData)
Validate if all items defined by the given test data object are currently selected
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSearchPageObject.enterSearchInputData(List<PageElementTestData> searchInput)
Enter data into the search dialog
|
void |
AbstractSearchPageObject.performCountOperation(List<PageElementTestData> searchInput)
Open the search dialog, enter respective data and perform the count operation
|
void |
AbstractSearchPageObject.performSearchOperation(List<PageElementTestData> searchInput)
Open the search dialog, enter respective data and perform the search operation
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTableComponent.clickContextMenuImport(PageElementTestData testData)
Click on the context-menu item 'Import data' and upload the file that is defined in the respective test data object
|
void |
AbstractViewPageObject.clickContextMenuImport(PageElementTestData testData)
Click on the context-menu item 'Import data' and upload the file that is defined in the respective test data object
|
protected int |
DataTableComponent.getExpectedRowCount(PageElementTestData testData)
Extract the expected row count from the given test data object
|
void |
DualDataListComponent.searchItems(PageElementTestData testData)
Search for items that can be selected afterwards
|
void |
AbstractPageObject.selectAutoCompleteItem(PageElementTestData testData)
Select an item of an auto-complete field
|
void |
AbstractPageObject.selectComboboxItem(PageElementTestData testData)
Select an item of a combobox field
|
void |
DualDataListComponent.selectItems(PageElementTestData testData)
Select items by moving them from the source to the target list
|
void |
AbstractPageObject.selectLoVItem(PageElementTestData testData)
Select an item by opening a list-of-values in a pop-up window
|
void |
AbstractPageObject.setCheckBoxValue(PageElementTestData testData)
Change the selection of a checkbox field
|
void |
AbstractPageObject.setDateFieldValue(PageElementTestData testData)
Enter a value into a date field
|
void |
AbstractPageObject.uploadFile(PageElementTestData testData)
Upload a file in a pop-up window
|
void |
AbstractPageObject.validateAutoCompleteItem(PageElementTestData testData)
Validate the selected item of an auto-complete field
|
void |
AbstractPageObject.validateCheckBoxValue(PageElementTestData testData)
Validate the selection of a checkbox field
|
void |
AbstractPageObject.validateComboboxItem(PageElementTestData testData)
Validate the selected item of a combobox field
|
void |
AbstractPageObject.validateDateFieldValue(PageElementTestData testData)
Validate a date field by using the field's test data object
|
void |
AbstractPageObject.validateInternalLinkText(PageElementTestData testData)
Validate an internal link field by using the field's test data object
|
void |
AbstractPageObject.validateLabelText(PageElementTestData testData)
Validate a label field by using the field's test data object
|
void |
AbstractPageObject.validateLoVItem(PageElementTestData testData)
Validate the selected item of a list-of-values field
|
void |
DataTableComponent.validateMaxRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is smaller (or equal) than a given upper limit
|
void |
AbstractViewPageObject.validateMaxRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is smaller (or equal) than a given upper limit
|
void |
DataTableComponent.validateMinRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is greater (or equal) than a given lower limit
|
void |
AbstractViewPageObject.validateMinRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is greater (or equal) than a given lower limit
|
void |
AbstractPageObject.validatePageTitle(PageElementTestData testData)
Compare the page title with the expected text provided by the test data object
|
void |
DataTableComponent.validateRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is equal to the expected row count
|
void |
AbstractViewPageObject.validateRowCount(PageElementTestData testData)
Validate if the number of visible rows in the first page of the table component is equal to the expected row count
|
void |
DualDataListComponent.validateSelection(PageElementTestData testData)
Validate if all items defined by the given test data object are currently selected
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSearchPageObject.enterSearchInputData(List<PageElementTestData> searchInput)
Enter data into the search dialog
|
void |
AbstractSearchPageObject.performCountOperation(List<PageElementTestData> searchInput)
Open the search dialog, enter respective data and perform the count operation
|
void |
AbstractSearchPageObject.performSearchOperation(List<PageElementTestData> searchInput)
Open the search dialog, enter respective data and perform the search operation
|
Copyright © 2019. All rights reserved.