Errors logged in Event Log
When a web test is re-run (by clicking on the "Click here to run again" link on top of the test result view) 2 exceptions are being logged in the Application Event Log.
The first one with description: (devenv.exe, PID 1124, Thread 1) WebLoadTestAdapter: Object reference not set to an instance of an object.
The second one with: (devenv.exe, PID 1124, Thread 1) WebLoadTestAdapter: at WebTest.WebService.Plugin.ResultTab.WebServiceResult.SetWebTestRequestResult(WebTestRequestResult webTestRequestResult, WebTestResultUnit webTestResultUnit) at WebTest.WebService.Plugin.ResultTab.Connect.WebTestResultViewerExt_SelectionChanged(Object sender, SelectionChangedEventArgs e) at Microsoft.VisualStudio.TestTools.LoadTesting.WebTestBaseExt.FireEventHandlerT
This occurs in VS2017 with version 1.0 of the plugin istalled (vsix). It does not seem to break any functionallity. The error is not displayed in the VS GUI. The only known impact is that it is logged in the event log.
-
Please register or sign in to post a comment