I am new to Ranorex, My project have 1 requirement to create summary report for multiple test execution runs.
The best way to achieve this is by storing test suit results in database (Oracle for e.g.)
However I am unable to figure out on how to capture below basic test results at runtime?
Test Case Name
Module Name
Execution Time stamp
Execution Result
If I am able to capture these values at runtime and store it in a variable then i can pass them to database for storing.
Appreciate quick response as i am currently stuck with this

Thanks
Bhavna