Reply
Contributor
anadgoud
Posts: 15
Registered: 12-17-2009
0

preference options for tclInterpreter

Hi,

 

Most of the iTest session types define preference settings for tclInterpreter. Is this something that I can use off the shelf form any of the fanfare plug-ins.

 

Also I want to know how do I make tclInterpreter to execute a specified TCL interpreter binary file which will be specified by "Use Specified TCL Interpreter" preference option.

 

Regards

anadgouda

Community Leader
KumarS
Posts: 2,214
Registered: 08-30-2008
0

Re: preference options for tclInterpreter

Any application using the SDK is not yet able to set Tcl preferences. That implies that the applications when they ask for Tcl service can only use the global tcl preferences. We will have to fix this shortcoming in some future enhancements to the SDK.

 

In the meanwhile, iTest will use the first Tcl shell in the "PATH" for Tcl service for creating a tcl service by default and that should cover all the requirements (e.g. user can create a shell script which sets the PATH to appropriate tcl shell to be first in the PATH and then launch iTest after that in the script).