Non-descriptive Test Cases




  1. Test to see if multiple seasons, teams and players can be created


  2. Test to see if multiple seasons and teams can be edited. These edited teams should not overwrite other tables and should rename the proper player tables.


  3. Test to see if players from multiple seasons and teams can be edited. These edited players’s table should then be renamed accordingly.


  4. Test to see if seasons can be deleted. All corresponding player tables should also be deleted accordingly.


  5. Test to see if teams can be deleted. All corresponding player tables should also be deleted accordingly.


  6. Test to see if individual players can be deleted. The corresponding player table should also de deleted.


  7. Test to see if user can input the wrong data in any data manipulation form. If so, return the proper error and allow the user to re-enter information.


  8. Test to see if user can save to database for all displayed users.


  9. Test to see if user can load information from the database for any particular match.


  10. Test to see if user can load any team into the main statistical form.


Go back to Milestone 5 main page