Home - aapowers/BroadleafCommerce GitHub Wiki

Testing Broadleaf Commerce

This documentation serves as a course project to explore different testing techniques. This is done by adding tests to BroadleafCommerce, an open source e-commerce platform.

Chapters

  1. Introduction, Setup, and Running Tests
  2. Functional Testing: Partitioning
  3. Functional Testing: Functional Models
  4. Structural Testing
  5. Testable Design and Mocking
  6. Static Analyzers
  7. Continuous Integration