About Testing Business Components within JDeveloper

The Oracle Business Components Browser (also called the Tester) lets you quickly test your business logic tier from within JDeveloper. To access it, simply right-click an application module and choose Test from the Workspace view of the Navigator.

The Tester is an example of a generic, thin Java client application. It uses the dynamic capabilities of the framework's client APIs to interrogate the runtime metadata of any application module that you want to exercise, and presents a directory of the view objects and view links contained by the current application module. The Tester creates dynamic Swing-based forms for each view object you want to browse, and dynamic master-detail forms for each view link that you want to test.

The Tester visually exposes all of the runtime features of the framework including:

When you commit, all pending changes are communicated to the database by the underlying entity objects in the cache.