The set
batch command is used to set test suite specific values in the current configuration.
set
Use the set
command to change the response of a specific question in a configuration (.jti) file without opening the JavaTest GUI. To use the set
command you must first identify the question-tag-name in the configuration interview of the value that you are changing.
Display the question-tag-name of a question either by opening the configuration Question Log or by opening the Configuration Editor, selecting a block of text in the question panel, and pressing the "Alt" and "T" keys. The question panel's tag name is displayed at the bottom of the panel.
In the command line after the set command, enter the question-tag-name and then the value.
set
question-tag-name value
Example:
...;set jck.env.runtime.testExecute.cmdAsFile jdk_install_dir/bin/java;
...