To use a WCF service in a test project, you use the "Add Service Reference" option which generates proxy classes and configuration for consuming the service. Add Reference is for .NET assemblies, Add Service as Existing Item adds files to the project, and Add Service as Existing Project adds entire projects - only Add Service Reference properly sets up WCF service connectivity with the necessary proxy generation and configuration.