in reply to TDD when some components talk to hardware?
Depending on the emulated hardware it might be enough to dump the TCP streams with wireshark and emit them verbatimly in your test server. If that's not enough, you have to model the hardware, which is probably not a nice job.
In either case it helps to have good abstraction layer, so that you can provide a different backend to test applications that normally talk to your software.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: TDD when some components talk to hardware?
by lwicks (Friar) on Apr 18, 2008 at 14:19 UTC |