To make sure your code is always tested thoroughly before its inclusion in a productive project, you should use a test runner that automates tests. The test runner can be included in your project setup so that it is called whenever code changes are submitted.
OpenUI5 does not provide features for any specific test runner but rather aims for an agnostic approach. To execute functional and integration tests, you may use a test runner of your choice with the respective configuration for QUnit and OPA5 tests. Under UI5 community projects we listed alternative test runners, such as ui5-test-runner or wdio-qunit-service. You might also be interested in the UI5ers live webcast UI5ers live #44: Exploring UI5 Test Runner Alternatives - UI5 Test Runner & WDIO QUnit Service, which discusses test runners.
Related Information