All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
But when I run this it sets ALL of the tests Comment Line 2 to the same value?
I also tried editing a single test and in the GUI and setting the value to %fullpath% but this does not evaluate (just stays as %fullpath%).
I am basically trying to get more info into the web interface / view so that we can work out where the test that is failing is in the folder tree - and using the CommentLine2 looked like a good idea!!
That's correct. Variable (e.g. %fullpath% variable) has some specific value at the time when command is executed.
E.g. if script is triggered by some test (testA) then %fullpath% variable gives you full path to folder where testA is located.
Ideas?
If you need the same comment template for all tests, its pretty easy to do using GUI. Just select set of tests, click Edit button and use %FolderFullPath% variable in comment line. HostMonitor will resolve it to correct path. If you move test to another folder, HostMonitor will change comment line automatically. http://www.ks-soft.net/hostmon.eng/mfra ... #templates