Re: On Integration Testing

2009-04-07 Thread Scott David Daniels
Emanuele D'Arrigo wrote: Hi everybody, I just finished unit-testing a couple of tightly related modules and it's now time to test them together to a) check if they do talk to each other in the ways they should, b) check how fast they can talk to each other. The problem? Well, the problem is that

On Integration Testing

2009-04-07 Thread Emanuele D'Arrigo
Hi everybody, I just finished unit-testing a couple of tightly related modules and it's now time to test them together to a) check if they do talk to each other in the ways they should, b) check how fast they can talk to each other. The problem? Well, the problem is that potentially they can have