This document discusses low-code testing for Oracle Application Express (APEX) applications. It notes that existing testing frameworks each require learning a special syntax and installing individual frameworks. A new approach called Codecept allows writing tests with a single syntax that can run on multiple engines without additional configuration. Codecept templates can generate test code for common APEX components from application metadata, and tests are packaged as Docker containers for automated execution across browsers and engines.