Testing

Processes for verifying software functionality and quality.

Insomnia

riceCAD Per the assignment requirements, the routes were tested with Insomnia

Unit Testing

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

Regression Testing

Golden Paths Exhaustive regression tests allow for confidence in changes
TODO-Or-Not Exhaustive regression tests allow for confidence in changes

Integration Testing

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