Changes
Page history
Update Testing
authored
Mar 30, 2022
by
Insung Chung
Show whitespace changes
Inline
Side-by-side
Testing.md
View page @
769cb24d
_What was your testing strategy?_
Testing is mostly done by unit tests and manual tests.
_Identify the different tests that you were able to perform._
The application is largely composed of three parts:
-
UI
-
Local database
-
service
_What testing framework did you use? Did it support your strategy adequately?_
Database accesses and API accesses to the service was done by constructing unit tests.

\ No newline at end of file
UI tests and system tests are done manually since it requires you more effort to set up such testing environment.
\ No newline at end of file