What is the utility to test WCF services?
-
WcfClient.exe
-
WcfTestClient.exe
-
WcfTestService.exe
-
WcrTestRemoteService.exe
B
Correct answer
Explanation
WcfTestClient.exe is the official WCF service testing tool provided with Visual Studio. It allows testing service operations without writing client code. The other options are fictitious tool names that do not exist in the .NET Framework.