在 Microsoft Application Insights 中添加 Web 测试时出错
Error adding web test in microsoft application insights
我正在 Microsoft Application Insights 中创建一个新的 Web 测试。这是一个多步骤的网络测试,所以我在visual studio中记录了测试。当我尝试上传 .webtest 扩展文件时,出现以下错误。
Creating web test "test" failed with error:"Specified argument was out
of the range of valid values. Parameter name: Visual Studio Web Test
(Id = 'application_test-web.core app_us-tx-sn1-azr') has no items.
Visual Studio Web Test (Id = 'application_test-web.core
app_us-il-ch1-azr') has no items. Visual Studio Web Test (Id =
'application_test-web.core app_us-ca-sjc-azr') has no items. Visual
Studio Web Test (Id = 'application_test-web.core app_us-va-ash-azr')
has no items. Visual Studio Web Test (Id = 'application_test-web.core
app_us-fl-mia-edge') has no items.".
此错误通常发生在网络测试中没有任何请求时。您可以在记事本中打开 .webtest 文件并确认您在 "Items".
下至少看到一个 "Request" 标签
我正在 Microsoft Application Insights 中创建一个新的 Web 测试。这是一个多步骤的网络测试,所以我在visual studio中记录了测试。当我尝试上传 .webtest 扩展文件时,出现以下错误。
Creating web test "test" failed with error:"Specified argument was out of the range of valid values. Parameter name: Visual Studio Web Test (Id = 'application_test-web.core app_us-tx-sn1-azr') has no items. Visual Studio Web Test (Id = 'application_test-web.core app_us-il-ch1-azr') has no items. Visual Studio Web Test (Id = 'application_test-web.core app_us-ca-sjc-azr') has no items. Visual Studio Web Test (Id = 'application_test-web.core app_us-va-ash-azr') has no items. Visual Studio Web Test (Id = 'application_test-web.core app_us-fl-mia-edge') has no items.".
此错误通常发生在网络测试中没有任何请求时。您可以在记事本中打开 .webtest 文件并确认您在 "Items".
下至少看到一个 "Request" 标签