Jeté is a system and integration testing framework.  The purpose of Jeté is to make system testing easier and more broadly accessible while being flexible enough to test existing systems. This is accomplished in several ways:

  • XML (a Spring context file) based system test definition files.  A system test definition in these files defines several actions, and each action defines several validators. By using Spring context files as the test definition files, existing Spring framework documentation helps testers get up and running.
  • Spring allows existing organization POJOs to seamlessly integrate with the system test framework, by using them in configurable Jeté framework test actions and validators. The framework is really nothing more than Spring configurations, invoked by the SystemTest class.
  • Extending basic JUnit, DbUnit and HttpUnit (no doubt more to come) functionality known testing concepts and leverages existing robust frameworks.
  • JUnit Ant integration provides graphical reports of testing status.

Post New Review

Choose Page Layout
Header Position
Submenu Style