Unit testing code is important. If you make code changes in a library that other people are using, you want to make sure all of the code works as expected. Using NUnit is great for that.
However, when it comes to speech applications, you probably manually test your applications before each release.
If you are writing managed code for Office Communications Server 2007 Speech Server, and you are using a SIP for your telephony lines, I have something that will help you automate your testing. I created a simple class that will send SIP INFO requests to the caller if they include "log=true" in the SIP URI parameters. It basically works like this:
Attached is the unit testing code, a demo and some basic instructions. Open the UnitTesting solution and read the ReadMe.htm file for all the details.
Happy Testing!
dasBlog theme by Mads Kristensen
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.