Home - HubDaveD/JavaGroup4 GitHub Wiki

Welcome to the JavaGroup4 wiki!

items we have not covered fully yet in class but will need to add is:

  • Arrays
  • Exception Handling
  • File Management

Functional requirements - "What it is to do"

Non Functional requirements -

  • reliability testing
  • usability testing - can the end user follow instructions easily from program
  • ect

Test Strategy is important to.

  • White box
  • black box
  • Positive testing
  • Negative testing
  • Boundary checking
  • range checking

Code coverage

  • statement coverage
  • decision coverage or condition coverage