Application Requirements. Accessibility tests fail with a 200 OK error with "System.UriFormatException: invalid URI: URI format could not be determined."

I am just testing application accessibility tests. I let them skip the night on our public website and only got a “glitch”

When I move on to separate test runs, I see that the server replied “200 OK” by sending the expected html markup. But the Exceptins say:

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)

this is what i see on the azure portal

Does anyone have any ideas what is going on there? What am I missing?

+4
source share
1 answer

, , webtest . - , - .

WebTest , , .

( ), ", " (. ). . - .

enter image description here

+4

Source: https://habr.com/ru/post/1667967/


All Articles