Page 3 of 3

Re: Anyone Want an Automation Results Dashboard Utility?

Posted: Fri Feb 03, 2012 6:56 pm
by Ciege
I've uploaded a new version (0.15a) that will remove that trailing \ automatically if it finds one... So now you should at least be able to see the name "Debug" (which is the name of the root folder) in the main view of the utility.

Re: Anyone Want an Automation Results Dashboard Utility?

Posted: Tue Mar 06, 2012 5:52 am
by let
Awesome awesome tool. I was looking for a quick implementation for getting/sharing results files and this is going to work great for what I need. Thanks for making this available!

Re: Anyone Want an Automation Results Dashboard Utility?

Posted: Tue Mar 06, 2012 3:51 pm
by Ciege
let wrote:Awesome awesome tool. I was looking for a quick implementation for getting/sharing results files and this is going to work great for what I need. Thanks for making this available!
Hey, thank you for that... Glad that it is working out for what you need!

Re: Anyone Want an Automation Results Dashboard Utility?

Posted: Tue Apr 10, 2012 7:19 pm
by atom
I was thinking of taking the tool we use and publishing it
We created a TestResult class that has properties such as:
- Test Name
- Product
- Module
- Version
- Execution Result (Pass, Fail, Error)
- etc.
And we save it to Oracle (pretty easy to convert to MySQL say)
We then also save the ranorex log file + other output files to Oracle blob (from a .zip)
We then developed a dev express client to view all results from Oracle (filtering, sorting, grouping etc.)
Once the result is generated we added a workflow for manual investigation, for example test is executed and produces Fail, the investigation workflow means we can assign the failure to a tester to investigate, and the tester can add comments against it, and an investigation status. As for us we generate 5000+ results per release, so tracking failures and who is investigating them, and how many left to investigate is quite important.
Sound useful?!
We called it (Automation Result Storage and Evaluation = ARSE for short :D )