Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/Testing/Frameworks

< EclipseLink‎ | Development‎ | Testing
Revision as of 11:46, 3 October 2007 by Unnamed Poltroon (Talk) (New page: Historically, TopLink has used internal 'home-grown' testing software for both developer's unit-tests and for batch-run regression testing. More recently, 'modern' testing frameworks such...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Historically, TopLink has used internal 'home-grown' testing software for both developer's unit-tests and for batch-run regression testing. More recently, 'modern' testing frameworks such as JUnit have been used.

Going forward for EclipseLink, there is a desired to come up with a comprehensive testing strategy that integrates into Eclipse's nightly build/test systems, allows external committers to easily add new tests and (somehow!) re-use the thousands of existing tests.

Back to the top