Minimal installation required to get TCM.exe working
-
9 februarie 2012 22:22
I want to use TCM.exe only for publishing results to the TFS2010 server. I can install full VS and the TCM.exe will work. But I dont want to do so.
Can anyone tell me, what is minimal installation should I do to get the TCM.exe working.
Toate mesajele
-
10 februarie 2012 00:01
Hi Abhijit,
Nice to see you here :)
I think you will need the full version of VS installed to run tcm.
However, you need to install it only on one machine. To run the tests on different machines, you can just have the test agent installed. You can create an environment out of these machines. Then from the machine which has VS installed, you can run the tcm run /create command to run tests on an environment http://msdn.microsoft.com/en-us/library/ff942469.aspx
The other option to run tests on different machines with just test agent installed is touse mstest command.
Thanks,
Anuj
http://www.anujchaudhary.com
-
10 februarie 2012 00:24
Thanks Anuj J I have installed Test Agent to get MSTEST running, but it does not install TCM.
What I am really doing is, running test cases using MSTEST and the publishing the results using TCM. I don’t want ton install lot of stuff since the test machines are low end.
I got is working by copying TCM.exe and bunch of dlls from another machine to Commen7\IDE folder.
The DLLs copied are -
- Microsoft.TeamFoundation.Build.Client.dll
- Microsoft.TeamFoundation.Build.Common.dll
- Microsoft.TeamFoundation.Client.dll
- Microsoft.TeamFoundation.Common.dll
- Microsoft.TeamFoundation.TestManagement.Client.dll
- Microsoft.TeamFoundation.TestManagement.Common.dll
- Microsoft.TeamFoundation.TestManagement.Controller.dll
- Microsoft.TeamFoundation.VersionControl.Client.dll
- Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll
- Microsoft.TeamFoundation.WorkItemTracking.Client.dll
- Microsoft.TeamFoundation.WorkItemTracking.Common.dll
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll
- Microsoft.VisualStudio.TeamFoundation.Client.dll
- Microsoft.WITDataStore.dll
- TCM.exe
- TCM.exe.config
Thanks.
- Editat de Abhijit Joag 10 februarie 2012 00:25
- Marcat ca răspuns de Abhijit Joag 10 februarie 2012 00:26