If i put the below in visual studio command line it works perfectly
MSTest.exe /testmetadata:”C:\Users\drm111\Documents\QualityAssurance\QualityAssurance.vsmdi” /resultsfile:c:\temp\myresults.trx
But I don’t know how to call it using a VB script.
Basically i want to call the cmd line and run the vsmdi but i want to do it through VB.net code.
so the flow will be VB.net –> cmd line –> which runs mstest.exe with my arguments
Could you please provide the code for it
Any help will be highly appreciated
Thanks in advance
More info on Process.Start
http://www.dotnetperls.com/process-start