General business logic: self-contained and easily testable business logic: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with '==Objective / Overview== Program business logic methods which don’t need to access the DB, are self-contained and are easily testable with automated tests. ==Desired Outcome=…')
 
No edit summary
Line 1: Line 1:
==Objective / Overview==
==Objective / Overview==
Program business logic methods which don’t need to access the DB, are self-contained and are easily testable with automated tests.
'''Program business logic methods which don’t need to access the DB, are self-contained and are easily testable with automated tests.'''





Revision as of 21:29, 14 December 2010

Objective / Overview

Program business logic methods which don’t need to access the DB, are self-contained and are easily testable with automated tests.


Desired Outcome

  • Faithfully reproduce the functionality of current Petra 2.x business logic methods.
  • Creation of test cases that cover all the functionality of each business logic method.
    • Logging of test case results


Scope

Some of the 'simpler' business logic methods that are needed for openPETRA are part of this project. There is another project which contains more complicated business logic methods.

  • TODO
  • TODO
  • TODO