Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I idatt1002_2022_K1-G4
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Carl Gützkow
  • idatt1002_2022_K1-G4
  • Wiki
  • System
  • Testing

Testing · Changes

Page history
Update Testing authored Apr 29, 2022 by Callum Gran's avatar Callum Gran
Hide whitespace changes
Inline Side-by-side
System/Testing.md
View page @ 6ae00225
Due to the nature of the application, a lot of functionality could not be tested. Still, there was created unit tests for most of the testable "back-end" and database code. These tests were done with the JUnit framework for Java. There were created both negative and positive tests.
## Test constraints
Due to the nature of the application, a lot of functionality could not be tested. Still, there was created unit tests for most of the testable "back-end" and database code. These tests were done with the JUnit framework for Java. There were created both negative and positive tests. This makes sure that the data being used in the program is not of the wrong type.
## Tests
In the end, the team created 35 different tests for varying functionality of the system ranging from being able to create a cup, to being able to load a created cup from the database.
Clone repository

Home

  • Vison Document
  • Requirements Specification
    • Domain model
    • Sequence diagram
    • Universal design
    • User tests
    • Use case diagrams
    • Wireframes
  • System
    • Class diagram
    • Database model
    • Installation manual
    • Persistence
    • Project structure
    • Source code
    • Testing
    • User manual
  • Formatting
  • Gitlab Pages