Not aware of any best practices for this, as each service could be implemented in a different manner. However there may be something I'm not aware of; I'm currently working with Java/BPEL services, and the BPEL implements various interfaces which allow healthchecks to be performed. I guess you could do something similar with WCF - have each service implement a pulse method, and write a client app which would iterate all services and "probe" them by invoking the pulse method. However that would only indicate network connectivity to the service, and may mask problems on the service end.
On Wed, Nov 17, 2010 at 4:16 PM, Stephen Russell <srussell...@gmail.com>wrote: > On Wed, Nov 17, 2010 at 10:00 AM, Jamie Fraser <jamie.fra...@gmail.com> > wrote: > > Automated unit testing I do. I leave the > > regression/system/uat/acceptance/performance testing to the test team ;-) > --------------- > > Is there a way to have a test harness for network admins to hit? So > they can take a pulse of the system(s) my app deals with. Mine works > well but the main base of data is under a microscope for consumption. > > -- > Stephen Russell > > Sr. Production Systems Programmer > CIMSgts > > 901.246-0159 cell >