Reply to thread

our setUp

Powershell script that runs msbuild to build project and run mstest script to run Load test.

we are using VS2019 Enterprise with product key attached to it.


MsTest call looks like this

mstest /testsettings:C:\Dev\PerfEng\test.testsettings /TestContainer:C:\Dev\PerfEng\TempTests\APItest.loadtest /detail:stdout


out put that I'm getting:


...

Visual Studio Enterprise is required to execute the test.


Test running perfectly from VS IDE.


How can I fix this ?


Continue reading...


Back
Top