我已经设置了一个负载测试平台,并在我的本地计算机和远程代理上安装了控制器。这很好,他们是连接和沟通。
当我开始测试时,测试完成,发送0个请求,并在2秒内完成(指定持续30秒)。它抛出3个错误,其中一个是:
" 00:00:01 AgentName DashboardLoadingTest Dasboard load test Exception MissingMethodException未找到方法:' System.String Microsoft.VisualStudio.TestTools.WebTesting.WebTest.get_ResultsLocale()'。叠 - "
有人有同样的问题可以帮助我吗?
这是堆栈:
at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseContext..ctor(WebTestCaseVariation variation,Int32 webTestIteration,Hashtable runContextParameters,LoadTestContext loadTestContext) 在Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation..ctor(WebTestElement webTestElement,Int32 testIteration,Hashtable runContextParameters,WebTestUserContext userContext,LoadTestContext loadTestContext,Boolean completeRequestOnAbort,Boolean defaultReportingName) 在Microsoft.VisualStudio.TestTools.WebStress.WebTestElement.CreateVariation(IRunContext runContext,Int32 testIteration,WebTestUserContext userContext,LoadTestContext loadTestContext,Boolean completeRequestOnAbort,Boolean defaultReportingName) 在Microsoft.VisualStudio.TestTools.WebStress.ScenarioEngine.CreateWebTestVariation(LoadTestUserContext userContext,WebTestElement webTestElement,Int32 testIteration) 在Microsoft.VisualStudio.TestTools.WebStress.ScenarioEngine.CreateVariation(LoadTestUserContext userContext,Boolean isTerminateTest)