Testing
Processes for verifying software functionality and quality.
▴
riceCAD Per the assignment requirements, the routes were tested with Insomnia
▴
TODO-Or-Not Most of the 98% test coverage is owed to unit tests
▴
Golden Paths Unit tests make up a significant portion of the 98% coverage
▴
TODO-Or-Not Unit tests establish a reliable foundation for any effective test suite
▴
Healthcare Provider Data API This was my first experience in designing unit tests
▴
Golden Paths Exhaustive regression tests allow for confidence in changes
▴
TODO-Or-Not Exhaustive regression tests allow for confidence in changes
▴
Golden Paths Testing integration with the gh CLI as well as all the internal modules was crucial
▴
TODO-Or-Not Integration testing between different components helps improve confidence in new changes and features