We created a small application that compares our HM testlist with our effective application environment to make sure the testlist is as complete as possible.
This tool starts from an export to TXT file of the HM list and runs every month.
To make sure it is working on the latest version of the testlist the export should be scheduled regularly.
I was not able to find any solution to schedule an export to TXT file.
Not by using an action profile, nor HMScript or command line interface...
(Hostmonitor v8.86)
Export to TXT file
I'm only checking URL tests and I need:
- the test name
- the test URL
- Enabled/Disabled
It looks like the Test URL itself cannot be exported in a report.
By default the Comment field contains the test URL as well, but not in my case...
I only see an option if I change the Comment fields of all my URL tests to contain the test URL?
- the test name
- the test URL
- Enabled/Disabled
It looks like the Test URL itself cannot be exported in a report.
By default the Comment field contains the test URL as well, but not in my case...
I only see an option if I change the Comment fields of all my URL tests to contain the test URL?
Found a solution at last.
Created a custom HTML report. Deleted all HTML tags. Hostmonitor will now just generate a text file. For all test items I added following textx:
DefaultFolder = %Folder%
Method = Url
Title = %TestName%
Disabled = %Status%
URL = %HostURL%
Output is almost the same as the Text Export via the menu. At least for the properties I need.
Created a custom HTML report. Deleted all HTML tags. Hostmonitor will now just generate a text file. For all test items I added following textx:
DefaultFolder = %Folder%
Method = Url
Title = %TestName%
Disabled = %Status%
URL = %HostURL%
Output is almost the same as the Text Export via the menu. At least for the properties I need.