Skip to Main Content
Feature Request FR-1757
Product Area Application Builder
Status CLOSED

8 Voters

Unit testing and result reports in APEX builder

toufiqmohd Public
· Aug 20 2021

Idea Summary
When we can create, modify, delete DB objects right from APEX builder, why go to another tool for unit testing? (Currently we use utplsql3 plugin for SQL Developer). Having unit testing framework too embedded into APEX builder will make APEX one stop solution for application building (it already is!). Even better if unit tests can be run in the background as a scheduler job and report results in case of failures via email/notification in APEX builder.

We reviewed this idea carefully, and while it was interesting, we concluded that it is unlikely to make its way into APEX in the foreseeable future.

Comments

Comments

  • vinci.amorim OP 3.9 years ago

    Do you want something like this?

    https://github.com/triologygmbh/utPLSQL-APEX

  • toufiqmohd OP 3.9 years ago

    Thanks vinci for sharing this application.

    Yes I am looking for something similar but in APEX builder (in Object Browser). In addition to the test execution summary, reporting code coverage would also be useful.