Skip to content

Commit 999fb66

Browse files
committed
edits
2 parents 50c54a6 + 9535572 commit 999fb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-tools/windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The tool helps you test a WCF service without writing extra code or committing t
124124

125125
#### WCF Test Client
126126

127-
The WCF Test Client tool enables you to input test parameters, submit the input to a WCF service, and view the response from the service. The tool provides a convenient service testing experience when you combine it with WCF Service Host. The location of the tool is *%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\Common7\IDE*.
127+
The WCF Test Client tool enables you to input test parameters, submit the input to a WCF service, and view the response from the service. The tool provides a convenient service testing experience when you combine it with WCF Service Host. The location of the tool is *Common7\IDE* under the Visual Studio installation folder.
128128

129129
When you select **F5** to debug a WCF service project, WCF Test Client opens and displays a list of service endpoints defined in the configuration file. You can test the parameters and start the service, and repeat this process to continuously test and validate your service. For more information, see [WCF Test Client (WcfTestClient.exe)](/dotnet/framework/wcf/wcf-test-client-wcftestclient-exe).
130130

0 commit comments

Comments
 (0)