Software Testing

From MPDLMediaWiki
Revision as of 13:49, 22 June 2010 by Makarenko (talk | contribs)
Jump to navigation Jump to search

This page will describe the testing approach for the services and solutions developed at the MPDL.

Current State[edit]

Module Tests[edit]

  • Interface Tests should have tests for all methods in the module interface (required)
    • Class Name convention:
     src/test/java/<name_of_module_interface>InterfaceTest.java
     example: src/test/java/CitationStyleHandlerInterfaceTest.java



...

Integration Tests[edit]

GUI Tests[edit]

System Test[edit]

References[edit]