Enabling View Trace Listing

When you run a script, Silk Test Classic can record all the methods that the script invoked into a transcript. Each entry in the transcript includes the method name and the arguments passed into the method. You can use this information to debug the script, because you can see exactly which functions were actually called by the running script.

  1. Click Options > Runtime to display the Runtime Options dialog box.
  2. Check the Print Agent Calls and the Print Tags with Agent Calls check boxes.
  3. Run the script. The transcript contains error information and the output from print statements, and additionally lists all methods that are called by the script.
  4. To check the agent trace during debugging, when execution pauses, click View > Transcript.