Questions tagged [tcm]

Tcm is a command-line utility that helps you create and run automated test cases created with Microsoft Test Manager

Tcm.exe is a command-line utility that lets you perform the following tasks:

  • Import automated tests into a test plan
  • Run tests that are part of a test plan from the command line
  • View a list of test items and their corresponding IDs to use when you import tests or run tests
20 questions
0
votes
1 answer

ARM R5f settting stack on TCM error

I'm trying to set ARM cortex R5f processor stack on TCM to measure processor performance. but each time the stack accessed, to processor goes to abort handler. when I write data on address 0x41000000 (BTCM) I got no error. I got the following status…
bouqbouq
  • 973
  • 2
  • 14
  • 34
0
votes
1 answer

Output format of TCM with PowerShell

I try to get a list of all my TestSuites of a specific TestPlan with PowerShell and TCM.exe by writing: $listOfSuites = & "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\TCM.exe" suites /list /planid:1234 I get the right result,…
MisterGray
  • 329
  • 3
  • 15
0
votes
0 answers

Importing trx-reports with tcm.exe fails due to: The underlying connection was closed: An unexpected error occurred on a receive

I'm trying to import my trx reports into mtm/tfs using tcm.exe. For any reason I'm always getting this error message: The underlying connection was closed: An unexpected error occurred on a receive. Here is the command I used for the importing:…
andreaspfr
  • 2,298
  • 5
  • 42
  • 51
0
votes
2 answers

How to retrieve TestRunId by build number using TFS api?

We need to run the tests and publish the results in custom ContinousIntegration environment. MSTest is used for testing, so we use commandline execution of tfs build. After executing a tests/build using tfsbuild.exe, I get the BuildNumber and…
Sanketh
  • 353
  • 1
  • 4
  • 7
0
votes
1 answer

Getting the test run ID after launching a test via tcm

I have a PowerShell script to kick off an automated test run using command-line interface (tcm.exe) for Microsoft Test Manager. I also then have a cleanup Powershell script associated with the test run (in the .testsettings file), which exports the…
1
2