Hi,
I try to use private logging for a test, but it needs to be variable because I want to use the replicator to mass deploy the test.
I want it to look like: C:\Logging\Root\MainFolder\SubFolder\File.htm
I tried to use as path: C:\Logging\%FullPath%\File.htm but the variable %FullPath% isn't translated. When I use a variable like %Folder% it is translated on the fly but I need the MainFolder\Subfolder.
Is there anyway I can implement this?
Thank in advance
Variable Logging Folder
%FullPath% variable cannot be used as parameter of test template. There is list of supported variables
http://www.ks-soft.net/hostmon.eng/mfra ... pvariables
Probably we can add this variable in future version...
Regards
Alex
http://www.ks-soft.net/hostmon.eng/mfra ... pvariables
Probably we can add this variable in future version...
Regards
Alex
Has there been any further thought on this? I too am trying to separate my logs into folders using the %FullPath% variable. I'm using 10.30
I would like to use the following path so each of my tests are standardized
C:\Logs\%FullPath%%Folder%-%yyyymmdd%-HostMonitor.txt
Note I did NOT include a "\" after %FullPath% because that variable seems to already contain it.
However it seems that the %FullPath% is still not usable in the Log & Reports - Private Log path/file setting. I've also tried %FolderID% but it doesn't work. However %Folder% does work.
Your consideration for this additional feature would be appreciated.
I would like to use the following path so each of my tests are standardized
C:\Logs\%FullPath%%Folder%-%yyyymmdd%-HostMonitor.txt
Note I did NOT include a "\" after %FullPath% because that variable seems to already contain it.
However it seems that the %FullPath% is still not usable in the Log & Reports - Private Log path/file setting. I've also tried %FolderID% but it doesn't work. However %Folder% does work.
Your consideration for this additional feature would be appreciated.
According to the manual %FolderFullPath% variable can be used (not %FullPath%)
http://www.ks-soft.net/hostmon.eng/mfra ... pvariables
I think this variable was implemented in version 8.02
Regards
Alex
http://www.ks-soft.net/hostmon.eng/mfra ... pvariables
I think this variable was implemented in version 8.02
Regards
Alex