Three Ways Call Generators Help Kill Bugs

If you can reproduce the bug by hand, you can script the call generator to force it. Even if it is hard to reproduce reliably, it may be easy to force it every time with the help of automation.

Click here to read this article…

The Secret to Managing the Voice Test Matrix Explosion

There are a huge number of possible test cases for even a relatively simple telephony feature when multiple interop combinations are involved. How do we manage all of this?

Click here to read this article…

Chaining Call Features, or: The Hot Potato Test

The distinction between chaining and stacking is maybe too subtle but I think of them differently when planning tests. “Chaining” is what I call it when a test repeatedly invokes a single feature in a single call flow.

Click here to read this article…

The Million Monkeys Approach to Testing

The “Million Monkeys” approach to testing is the equivalent of handing your system to a bunch of monkeys, letting them bash on the handset for a while, and then seeing what happens. You hope that their random behavior will exercise some path that your carefully planned tests failed to hit.

Click here to read this article…

How many call features do you have to stack before your switch falls down?

The most interesting tests poke at a couple of features at a time. For example, take Call Forward when Busy and Call Waiting. When CFB is active, does CW happen? If so, does caller D get forwarded when he calls A who is already talking to B and C in a CW call?

Click here to read this article…

How to Write a Test Script for Call Park

Call Park is a Centrex-type feature. You can use Call Park to place an active call on hold and then resume the call from any other Centrex extension. Following the basic strategy for call tests I outlined previously…

Click here to read this article…

The Seven Step Strategy for Testing Telephony Features

The basic strategy is fairly simple: figure out how the call flow should work, define the variations, and then code it.

Click here to read this article…