This document introduces UIVeri5, an end-to-end testing framework for UI5 applications. UIVeri5 uses Selenium to drive tests in a real browser similarly to how a user would interact with the application. While OPA5 provides in-browser testing, UIVeri5 has advantages like using the same JavaScript syntax as the application, reliable synchronization logic, control locators that match the UI5 API, and support for common authentication flows. The document demonstrates UIVeri5 and notes it provides page objects, screenshots in HTML reports, and is open source.