4

Application Insights の可用性テストを試しています。私は彼らを私たちの公開ウェブサイトに一晩走らせましたが、「失敗」しかありませんでした

個別のテスト実行にドリルインすると、サーバーが「200 OK」で応答し、予想される html マークアップを送信していることがわかります。しかし、「例外」には次のように書かれています

System.UriFormatException: Invalid URI: The format of the URI could not be determined.System.UriFormatException: Invalid URI: The format of the URI could not be determined.
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at Microsoft.VisualStudio.TestTools.WebTesting.HtmlDocument.ParseForDependentRequests(Boolean urlsOnly)
   at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation.BuildDependentRequestsList(WebTestInstrumentedTransaction instrumentedTransaction)
   at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation.AddParsedDependentRequests(ExecutionState executionState)

これは私が紺碧のポータルで見るものです

そこで何が起こっているのか誰にも分かりませんか?私は何が欠けていますか?

4

1 に答える 1