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).
There is no another variable but I am not sure why do you need it. You may copy parameters into comment.
Are you changing test parameters on regular basis?
Yes. We use parameters for thresholds values.
In addition, we duplicate tests and edit them instead of creating them from an empty template.
Copying the parameters to the comment will make us to remember to edit both fields.
You may try using %TestedObjectInfo% variable.
It has value like the following: Shell script "ScriptName" [ScriptParam1 ScriptParam2 ScriptParam3]
Another way is to use %Object% and %Object2% variables in Comment Line N, then use %CommentLineX% variable as parameter for action.
E.g.:
Specify Comment Line 5 as: %Object% %Object2%
Use %CommentLine5% variable as parameter of the action.
Only first 2 parameters can be retrieved using this method.