Asterisk Test Suite: Building Better Tests
Let’s talk some more about testing, understanding the test framework for Asterisk, and building better tests. An exciting topic I know! In a previous post, we
Let’s talk some more about testing, understanding the test framework for Asterisk, and building better tests. An exciting topic I know! In a previous post, we
How much testing do we really do? A lot, and let’s face it, Asterisk isn’t the easiest of software packages to test. Our continuous integration
Continuous integration isn’t something that many people in the Asterisk project think about but it is a critical part of the development of Asterisk. It
The PJSIP library now used by Asterisk to provide SIP support has included basic SIP DNS support for quite some time. However through using it
So you’ve written some code for Asterisk and now you need to test it. The Asterisk project has support for both integration and unit testing.