Integration tests
The integration tests are used to efficiently check whether or not the new functionalities interfere with the existing ones. In SAPUI5, the integration tests are executed with the One Page Acceptance 5 (OPA5) tool, which is suitable for any SAPUI5 application that works in a single HTML page. The OPA tests scenarios are called journeys and are automated executions of the user's interaction with the application. The core of this tool simply mimics pushing buttons, entering values, navigating through views, and so on, following the programmed scenarios.
Similar to unit tests, integration tests also need a launching page, integrationTests.qunit.html, and it should be placed in the test/integration catalog:
The launching page ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access