Hi,
I was working with Telerik test Execution extension following below link.
http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/execution-extensions
I have added logic to this method public void OnAfterTestCompleted(ExecutionContext executionContext, TestResult result)
I was able to print complete log using result.Message statement.
But I was unable to find any list or collection which holds, test step details.
Now i want to iterate through individual test step contents. I mean, test step execution status, logs pertaining to that test step,test step duration, test step exception etc.
Any way we can achieve this?
Thanks,
VVP