Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
our setUpPowershell 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 thismstest /testsettings:C:\Dev\PerfEng\test.testsettings /TestContainer:C:\Dev\PerfEng\TempTests\APItest.loadtest /detail:stdoutout 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...
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...