Completed
Last Updated: 02 Jul 2014 11:01 by ADMIN
Ewin
Created on: 19 Jun 2014 18:05
Type: Bug Report
0
Thrown exception when trying to view a particular step failure details in a test list run.
Specific step results drill-down throws the exception (available in the application log):

Situation: Unhandled exception!
     Outer Exception Type: System.NullReferenceException
     Message: Object reference not set to an instance of an object.
     HRESULT: 0x80004003 (Official ID (if app.) = E_POINTER, Error Bit = FAILED, Facility = FACILITY_NULL, Code = 16387)
     Call Stack:
          at ArtOfTest.WebAii.Design.UI.StepDebug.StepDebugFailureUI.Initialize(AutomationStep step, AutomationStepResult result, TestResult testresult, String resultsPath)
          at ArtOfTest.WebAii.Design.UI.TestResultsPane.ShowStepFailureDetailsDialog(AutomationStep step, AutomationStepResult stepResult, TestResult testResult)
          at ArtOfTest.WebAii.Design.UI.TestResultsPane.DrillDownStepResult(StepResultItem item, Boolean updateLastBreadCrumbTitle)
          at ArtOfTest.WebAii.Design.UI.TestResultsPane.stepResultsGrid_MouseDoubleClick(Object sender, MouseButtonEventArgs e)

http://screencast.com/t/Qv9SsedwEay
3 comments
ADMIN
Konstantin Petkov
Posted on: 02 Jul 2014 11:01
A custom build on top of the official 2014.2.618 build is available for download for everyone interested:
https://www.dropbox.com/s/nqrgls4kv2y206v/Telerik.TestStudio.2014.2.627.Ultimate.Purchase.msi
ADMIN
Iliyan Panchev
Posted on: 27 Jun 2014 12:16
The fix will be part of the upcoming minor and major releases. Also if you talked about a custom build with the support, they will send it to you.
Ewin
Posted on: 19 Jun 2014 18:31
The screencast shows the exception occurring when the test was trying to locate an element on the page, but failed to locate it.  

I also tried to look at the second failed test, which failed because the test was unable to locate the element as well.