GitHub - kai2128/software-testing

Skip to content

Navigation Menu

Sign in

Appearance settings

Repository files navigation

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