I am running a big mstest suite from the command line that takes about 15 minutes to complete. Once started the output to the command window is as below…
Microsoft (R) Test Execution Command Line Tool Version 10.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Loading SetupTestRun.testrunconfig...
Loading Test.BusinessLibrary\All.orderedtest...
Starting execution...
It remains like this until the test finishes and then dumps all the results to the screen in one big batch. Is there anyway to get a running progress of the tests to the command window so I can see a) how far it has progressed and b) what has passed and failed?
Cheers,
Sam
EDIT: To be clear, we are running an ordered test, not a test list.
Yes, is possible
Accordingly with MSDN