Looking to add Twilio to one of the project. Managed to setup outgoing calls with But how can I automate the testing of these outgoing call scripts ? or testing the simple IVR that I have setup.
Asked
Active
Viewed 765 times
2
-
Using the test credentials lets you test your app without charging your account. More details here -> https://www.twilio.com/docs/api/rest/test-credentials – Colwin May 29 '17 at 12:34
-
using test credentials does not execute TwiML. I need to create tests that will initiate an outgoing call to my Twilio phone number, answer the call and enter some pin number and navigate the phone tree. – user1774599 May 29 '17 at 13:46
1 Answers
3
Twilio developer evangelist here.
Twilio customer Simply Business wrote up an in depth series of blog posts describing how they implemented integration testing for their Twilio based code. I recommend you read through the posts for all the insights:

philnash
- 70,667
- 10
- 60
- 88
-
Thanks philnash, we ended up getting a third party vendor to help us to perform the testing. – user1774599 Jun 08 '17 at 19:15