TRAVEL API INTEGRATION- SRDV Technologies provides a platform where travel bookings can be easily done in a cost-effective way to build Travel Booking Mobile Application and Websites. Travel booking websites are incomplete without APIs Integration.
- "Write tests. Not too many. Mostly integration."
- Integration tests strike a great balance on the trade-offs between confidence and speed/expense. This is why it's advisable to spend most (not all, mind you) of your effort there.
- biggest thing you can do to write more integration tests is to stop mocking so much stuff
- When you mock something you're removing all confidence in the integration between what you're testing and what's being mocked.