Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Continuous Integration server will may be Hudson (or Bamboo).
    • Wiki Markup
      SONAR \[[http://www.sonarsource.org/|http://www.sonarsource.org/] \] willmay be the code quality management 		tool
  • All tests will be run automatically by Maven
    • Embedded webserver will be Jetty
    • Wiki Markup
      Embedded database will be HyperSQL \[[http://hsqldb.org/|http://hsqldb.org/] \]
  • Functional Tests will use Selenium
  • Unit Tests and Integration Tests will use Junit
    • JMock/Mockito will be used as mocking framework
    • HTMLUnit may be used if required
  • Performance Tests will use ContiPerf

...