Manual Integration Test: Data Aggregation With Filter
DESCRIPTION
Test filtering of aggregated data.
PREPARATION
To check console errors open the developer tools before starting the application and check
with each step, that there are no errors and warnings. Ignore initial message bundle errors.
Testing with mock data
Start the Data Aggregation application URL (adjust host and port if necessary):
REALIZE and CHECK
0. Initial content
Check: The table should have the following initial content:
1. Expand till the end
- Click on the expand button in the last row.
- Click on any
Germany
to move the focus to the table.
- Press CTRL-END to scroll to the end of the table.
- Repeat until the last row cannot be expanded anymore.
- Check: The table should have the following content:
2. Use the search field
- Enter "Carol Johnson" in the search field and press ENTER.
- Click on the expand button of the row with the country
United Kingdom
.
- Click on the expand button of the row with the region
Wales
.
- Click on the expand button of the row with the segment
Large
.
- Check: The table should have the following content:
- Click on the reset button in the search field.
- Check: The table should have the initial content again.