Change Test Suites or Create a New Interview

The following example uses the -ts option to create an empty interview derived from the test suite (mytestsuite.ts). This is only recommended for very simple test suites.

Example:
java -cp [jt_dir/lib/]javatest.jar com.sun.javatest.EditJTI -o mynew.jti -l myeditlog.html -ts mytestsuite.ts "|/java/jdk/1.3/|/java/jck/1.4/|" myoriginal.jti

If a change is made that is not in the current interview path, then the interview will be invalid and the tests can not be run.

Generally, you should not use EditJTI to change the interview path, only the values on the existing path. If you are in doubt about the current interview path, open the Configuration Editor in the JavaTest harness and use it to change the values. The Configuration Editor will then display the current interview path for that question name/value.