I was wondering if I could find a list anywhere that contains every available variable that could be encountered in an exported text file of tests
Thanx in advance!
Variables in Exported text file
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
In fact, there are no special macro variables, that are resolved by exporting or importing test items. If some variable is specified for the certaon test, then you will see this variable in exported file. Probably, I misunderstood your question? Could you explain your goals?
Anyway, the following article might be helpful: http://www.ks-soft.net/hostmon.eng/examples/import1.htm
Regards,
Max
Anyway, the following article might be helpful: http://www.ks-soft.net/hostmon.eng/examples/import1.htm
Regards,
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Sure. You just should add "Disabled = Yes" line for each test, underneath the "Title" string, e.g.:dullaertd wrote:I was just wondering if you can set the "disabled" property for every test?
; ------- Test #01 -------
Method = Script
;--- Common properties ---
;DestFolder = Root\Scripts\
Title = VBScript: DiskSpaces.vbs
Disabled = Yes
Comment = VBScript: DiskSpaces.vbs
......
Regards,
Max