Local.testsettings
我使用的是 VS 2017 性能和负载测试项目附带的默认设置。
事实证明,如果您将末尾的“LoadTest”手动编辑为“WebTest”,则会出现所有缺少的选项卡。包括Web Test
具有我需要的选项的选项卡。
<?xml version="1.0" encoding="UTF-8"?>
<TestSettings name="Local" id="f541a35f-e46f-453e-82d1-813b068f8a1c" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<Description>These are default test settings for a local test run.</Description>
<Deployment enabled="false" />
<Execution>
<TestTypeSpecific />
<AgentRule name="Execution Agents">
</AgentRule>
</Execution>
<Properties>
<Property name="TestSettingsUIType" value="LoadTest" />
</Properties>
</TestSettings>