Editing a Configuration File Directly

This functionality is supported only if you are using the Classic Agent.

To edit the configuration file directly:

  1. Open the correct configuration file:
    To configure… Open... Located In...
    just the application <application name>.exe.config file the same directory as the <application name>.exe
    the whole machine machine.config file the Windows directory
  2. If one of these configuration files do not exist, you must create it. Pay attention to the location of the configuration file, as described in the table above.
  3. Copy the sample section from above and paste the information into the configuration file to redirect the .dlls.
  4. Edit the sample so that your version number displays in place of 4.3.20043.54 where newVersion="4.3.20043.54".
  5. Save the configuration file.
When you restart your application and begin testing, the. dlls that Silk Test Classic requires will be redirected to use the .dlls that your application requires.