Specifying where Object Files Should be Written To and Read From

By default, an object file is read from and written to the same directory as its corresponding source file. But you can specify different directories for object files. To specify where object files are written to and read from:
  1. Click Options > Runtime.
  2. Specify a directory in the Objfile Path text box.
    • Leave the text box empty if you want to store object files in the same directory as their corresponding source files.
    • Specify an absolute path if you want to store all object files in the same directory.
    • Specify a relative path if you want object files to be stored in a directory relative to the directory containing the source files.
  3. Click OK.
Object files are saved in the location you specify here. In addition, Silk Test Classic will try to find object files in these locations. If it fails to find an object file, it will look in the directory containing the source file.