
Ranorex Consolidated Test Report
Re: Ranorex Consolidated Test Report
If your really savvy - then you can create a MSWord template that generates a report direct from the results database, that can be then saved to PDF, and emailed to managers 

Re: Ranorex Consolidated Test Report
Thank you.ranoman wrote:Thanks Ciege!!! This is just wonderful
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
Re: Ranorex Consolidated Test Report
Or you can use the utility that I wrote (v0.10) and click the Export Report button to generate a basic report (saved in the location you pick under the Tools -> Config dialog) based on the information displayed in the tree view.atom wrote:If your really savvy - then you can create a MSWord template that generates a report direct from the results database, that can be then saved to PDF, and emailed to managers
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
Re: Ranorex Consolidated Test Report
Hiya Ciege,
One nice enhancement to your tool perhaps is to point it to two folders of log files
- Folder1 : Tests executed for version 1.0 say
- Folder2 : Tests executed for version 1.1 say
And then in the report to see "regressions" only
i.e Tests that Fail in v1.1 that passed in 1.0
Cheers
One nice enhancement to your tool perhaps is to point it to two folders of log files
- Folder1 : Tests executed for version 1.0 say
- Folder2 : Tests executed for version 1.1 say
And then in the report to see "regressions" only
i.e Tests that Fail in v1.1 that passed in 1.0
Cheers
Re: Ranorex Consolidated Test Report
Hey Atom,atom wrote:One nice enhancement to your tool
Thanks for the request. I will look into it and see what I can do.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
Re: Ranorex Consolidated Test Report
OK, so this is *mostly* do-able now with the following settings:atom wrote:One nice enhancement to your tool perhaps is to point it to two folders of log files
- Folder1 : Tests executed for version 1.0 say
- Folder2 : Tests executed for version 1.1 say
And then in the report to see "regressions" only
i.e Tests that Fail in v1.1 that passed in 1.0
1) Have your 1.0 folder and your 1.1 folder in a parent folder.
2) Point the app to the parent folder.
3) Setup the Version Tested String in config.
4) Enable the Display Test Results check box on the main screen.
5) Refresh and Export the report.
With this setup I get the following as an output when I export the report:
Code: Select all
9/2/2010 11:28:21 AM
Results in past 14 days: Tested: 0 Passed: 0 Failed: 0 Warn: 0 Unknown: 0
2010_7_6___10_14_48
Richardson_Regression_Test.xml 7/6/2010 11:51:19 AM RESULT: WARNING VERSION TESTED: 10.2.24.0
2010_7_2___13_4_43
Richardson_Regression_Test.xml 7/2/2010 2:41:17 PM RESULT: WARNING VERSION TESTED: 10.2.23.0
2010_6_28___10_59_37
Richardson_Regression_Test.xml 6/28/2010 12:36:38 PM RESULT: WARNING VERSION TESTED: 10.2.18.0
2010_6_24___13_29_11
Richardson_Regression_Test.xml 6/24/2010 3:05:37 PM RESULT: WARNING VERSION TESTED: 10.2.13.0
2010_4_12___15_31_6
Richardson_Regression_Test.xml 4/12/2010 6:14:04 PM RESULT: WARNING VERSION TESTED: 10.1.47.0
2010_3_31___15_22_25
Richardson_Regression_Test.xml 3/31/2010 6:06:30 PM RESULT: WARNING VERSION TESTED: 10.1.41.0
2010_3_16___14_51_19
Richardson_Regression_Test.xml 3/16/2010 6:36:35 PM RESULT: WARNING VERSION TESTED: 10.1.32.0
2010_2_15___12_10_1
Richardson_Regression_Test.xml 2/15/2010 2:51:36 PM RESULT: WARNING VERSION TESTED: 10.1.16.0
2009_9_9___13_42_46
Richardson_2009_Regression_Test.xml 9/9/2009 3:58:41 PM RESULT: PASS VERSION TESTED: 10.0.70.0
2009_12_2___10_47_55
Richardson_Regression_Test.xml 12/2/2009 1:21:40 PM RESULT: WARNING VERSION TESTED: 10.0.138.0
What it does not do is automatically only show a result if the previous version passed and if the new version failed.
Not sure I will have to time to do the logic to compare folders and tests based on version and the change the GUI to be able to display that mode as well as the current operating mode. Considering we do operate that way here and most of this app is based on our operating procedure here. I only have small bits of time to dedicate to this app since its a back burner project behind my current tasks.
I'll see if I can work something out over time though.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...