Database for Importing NUnit results?

Posted by McWafflestix on Stack Overflow See other posts from Stack Overflow or by McWafflestix
Published on 2009-04-23T17:32:23Z Indexed on 2010/05/13 19:34 UTC
Read the original article Hit count: 255

Filed under:
|
|
|

I have a large set of NUnit tests; I need to import the results from a given run into a database, then characterize the set of results and present them to the users (email for test failures, web presentation for examining results). I need to be tracking multiple runs over time, as well (for reporting failure rates over time, etc.).

The XML will be the XML generated by nunit-console. I would like to import the XML with a minimum of fuss into some database that can then be used to persist and present results. We will have a number of custom categories that we will need to be able to sort across, as well.

Does anyone know of a database schema that can handle importing this type of data that can be customized to our individual needs? This type of problem seems like it should be common, and so a common solution should exist for it, but I can't seem to find one. If anyone has implemented such a solution before, advice would be appreciated as well.

© Stack Overflow or respective owner

Related posts about nunit

Related posts about database