I need to run Visual Studio Load test from TFS using command line. I have following setup - 1.Visual Studio 2015 Enterprise 2.TFS 2015 Update 3 3.Developer Command Prompt for V
Local VS is also using MSTest.exe command to run the Load test.
To run the loadtest in vNext build, you should also use the command line task and call MSTest.exe
command in the build agent.
MSTest.exe
command/testcontainer:[ file name ]
Below is the snapshot from VNext for your reference:
Note: You need to use Test Controller/Test Agents 2013 Update 5 to run load tests on-premises according to this document.