Page 1 of 1

How to get test case start time and end time

Posted: Fri Dec 16, 2016 4:29 am
by Esh
Hi,
Similar to this stackoverflow case. (Sorry, I can't paste URL due to the restriction)
output-a-text-file-from-ranorex-to-include-just-a-pass-fail-result-and-a-number

Any Ranorex expert know how to extract the test case execution strat time and end time?
Based on this stackoverflow example, I can get the test result now.
But I need more detail information, export to a database or write a text file.

Re: How to get test case start time and end time

Posted: Tue Dec 20, 2016 11:27 am
by RobinHood42
Hi,

You could use the "CurrentTastCaseActivity" for further runtime information:
TestReport.png
:mrgreen:
Cheers,
Robin