-
Notifications
You must be signed in to change notification settings - Fork 0
Working and Testing
colinkawai edited this page Apr 28, 2021
·
4 revisions
- There is currently partial unit testing and no integration testing.
- The interconnected classes made it difficult to test each component. For instance, if I wanted to test if a user added a project correctly I would have to create an artificial user that doesn't involve google's api for sign-in and connect to a database within one function.
- The unit testing below is from the Project class where its getters and setters work correctly.
Pressing on the top Menu button, and after pressing delete, we are sent back to the main menu, without 'Screenshot Test' as an option