Hi,
I have a test exported from hostmon (7.46), then I have changed some parameter of the test then tried to import back as a new test.
The test is a ODBC test.
Which runs a SQL query, where I check the:
"Alert when field 1 row 1"
CONTAINS ***
In the export txt file it contains the proper fields:
(removed the none-relevant rows)
Method = ODBC
;--- Common properties ---
Title = Customer - ODBC - Program version
;--- Test specific properties ---
Datasource = ODBC-Source
Timeout = 10
CheckField = Contain
FieldRow = 1
FieldCol = 1
Value = ***
EmptyStatus = 0
How ever when I import back the test, I get an error that the Checkfield value is unknown.
I believe that the CheckField should have the value: Contains not Contain. Probably the export routine have a typo.
Thanks and Regards,
Joe