Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 353 Bytes

Software testing assignment

A group assignment that aims to learn:

  • software testing (unit testing, integration testing, regression testing)

  • testing frameworks (JUnit)

  • uses of driver and stubs

A simple ordering command line application is built to carry out the testing part.

Dependencies

  • Java
  • JUnit4
  • mockito
  • JUnitParams