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
Creating a report of all tests
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Creating a report of all tests
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
%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
-
- Posts: 16
- Joined: Tue Jan 12, 2010 2:44 pm
Re: Creating a report of all tests
That looks like what we're after.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
Much appreciated and thanks for fast response.
Cheers
Kevin