Chapter 7. Testing, Debugging, and Deploying Twilio Apps
In this chapter, we'll learn how to test, debug, and monitor the Twilio applications we've built, making sure that they're ready for production. Specifically, we'll discover how to:
- Make sure we try out every part of the application flow by drawing and following a flowchart
- Use the App Monitor to watch for errors in our implementation
- Wield the Request Inspector to track down and fix errors
- Fix some of the most common errors