Creating a report of all tests

Need new test, action, option? Post request here.
Post Reply
kevinkenny
Posts: 16
Joined: Tue Jan 12, 2010 2:44 pm

Creating a report of all tests

Post by kevinkenny »

How do I create a report of all the tests we run. I'd need:

TestID (not eventID)
Testname
TestMethod
Folder
FullPath
AlertProfile

Any format would do as long as I can parse it.

I know I can do a select distinct on the database we ODBC log to but it's huge and we need to refresh this data every 30 minutes.

Cheers
Kevin
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Creating a report of all tests

Post by KS-Soft Europe »

You may setup "Custom HTML" report using variables in the template like:
%TestID%;%TestName%;%TestMethod%;%Folder%;%FullPath%;%AlertProfile%
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mfra ... CustomHTML
kevinkenny
Posts: 16
Joined: Tue Jan 12, 2010 2:44 pm

Re: Creating a report of all tests

Post by kevinkenny »

KS-Soft Europe wrote:You may setup "Custom HTML" report using variables in the template like:
%TestID%;%TestName%;%TestMethod%;%Folder%;%FullPath%;%AlertProfile%
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mfra ... CustomHTML
That looks like what we're after.

Much appreciated and thanks for fast response.

Cheers
Kevin
Post Reply