Non-descriptive Test Cases
- Test to see if multiple seasons, teams and players can be created
- 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.
- Test to see if players from multiple seasons and teams can be edited. These edited players’s table should then be renamed accordingly.
- Test to see if seasons can be deleted. All corresponding player tables should also be deleted accordingly.
- Test to see if teams can be deleted. All corresponding player tables should also be deleted accordingly.
- Test to see if individual players can be deleted. The corresponding player table should also de deleted.
- 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.
- Test to see if user can save to database for all displayed users.
- Test to see if user can load information from the database for any particular match.
- Test to see if user can load any team into the main statistical form.
Go back to Milestone 5 main page