Vs2008 provides two WCF development tools: WCF Service host (wcfsvchost.exe) and WCF test client (wcftestclient.exe). One is the host tool provided when the WCF Service library is created, one is the WCF graphical testing tool, which is suitable for developers to do some small tests. For more information about the two tools, see the http://msdn2.microsoft.com/en-us/library/bb552361 (vs.90). aspx on msdn.
WCF Service host y WCF test client en Visual Studio 2008 (http://kartones.net/blogs/sector7g/archive/2007/09/03/wcf-service-host-y-wcf-test-client-en-visual-studio-2008.aspx) This article describes how to use. Add a line of command/client: "wcftestclient.exe" on the debug page of the project properties.
This test tool only supports input testing for a single case. It is expected that Ms can be expanded to support batch data testing.