Multiple choice technology programming languages

What is the utility to test WCF services?

  1. WcfClient.exe

  2. WcfTestClient.exe

  3. WcfTestService.exe

  4. WcrTestRemoteService.exe

Reveal answer Fill a bubble to check yourself
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.