I'm running 100 tests using data driven concept. My data source is a xml. When I run my test project using Mstest.exe I don't get any details except "Loading .vsmdi...staring execution". And as my test cases takes 5 hrs to complete, till that time I need to wait whether its passed or fail.
I have added some console.writeline in my test but I see those are all goes to the trx file. Is there any way to print the details in MsTest command line, so that I will continuously get updates for all my individual test cases.
Thanks, Pritam