I have different requirement from a customer to write a automated test script for IVR Testing from .Net
I want to write this automated test scripts from C# that is in .NET Framework 4.0
I have few questions in implementing.
- To write automated test script. I need to dial the particular IVR phone number from my computer application(.NET Exe file). How can I do this. There is a constraint for me that I can use any free tool\framework\source code but not the paid one.
- Suppose If I am calling a particular number and getting a message like "Press 1 to Go and Pres to Shut down". How I will tranform this voice message to a object. Based on that my application code flow will work. I need this mutuallly how to pass input to IVR call flow and how to transform that from IVR message to a .NET readable object.
Other than this I have a confidence like I can achieve application call flow in easier way.
If you have any suggesions that is appreciated.