You can view and download all files in the Samples in the Demo Kit at Testing - Step 7.
<mvc:View …
<semantic:FullscreenPage
id="page"
title="{i18n>worklistViewTitle}">
<semantic:content>
<Table
id="table"
growing="true"
width="auto"
…
>
…
</Table>
</semantic:content>
…
</semantic:FullscreenPage>
</mvc:View>
We simply set the parameter growing
to true
to
enable our feature. Now we can run the integration test that we just wrote in the
previous step and it should not fail anymore. Similarly, if we run the app, we now
see only 20 items initially. And if we choose the More button
then three more items are loaded.
Use OPA tests for UI-related integration tests