Error reporting tool for SQL Server database -


i looking open-source web reporting tool tsqlt errors on sql server database. when run unit tests tsqlt generates below mentioned information on table. want generate , display on web page graphical format.

  [testcase]   [name]   [tranname]   [result]   [msg] 

are there open-source tools plugin application , display results in graphical format.

thanks viki

i'm not aware of pre-built, however, tsqlt framework can output results table in xml using xmlresultformatter (i covered how in step 5 of this article database ci processes). output close xunit format, suggest @ adapting xsl nunit format display in web page.

hope helps,

dave.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -