Hi,
I am wondering if telerik has a option to generate any report of test execution.
Automation test people only need logs, i agree. But when we need to submit to others we are finding it difficult as i couldn't find any reports.
I thought after execution a report will be generated with steps executed , like Pass and Fail.
If any method exists ,kindly let me know.
Thanks,
VVP
4 Answers, 1 is accepted
Hi,
There is a class named TestResult which has getter methods for TotalPassedSteps, TotalNumberOfNotRunSteps, Result status, StartTime, Duration and many more.
You can use an object of that class to write all these methods into a custom file of your own.
It works for me! :-) Attached is the method which I used in my TTS scripts to generate the result file. You can check it out.
Also, there is a telerik documentation link explaining the same:
http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/external-log-file
Thanks,
Pravallika.
Thanks.
Will take a look into that.
Thanks,
VVP
Thanks,
Will take a look at that.
Thanks,
VVP
Thanks.
Will take a look at that.
Thanks,
VVP