Archives Feb. 9, 2010
Best pattern for "captive" servers in testing?
Written by
on
in
Snaking.
So I'm wondering what other people do in this scenario:
- You have an executable that provides a (networked) service
- You want to test against the executable's service
- You want to be able to start/stop the executable during the tests
- You want to be able to run multiple executables between test suites (i.e. with different configs ...