- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
preference options for tclInterpr eter
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2010 11:25 PM
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
Re: preference options for tclInterpr eter
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-06-2010 11:14 AM
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).
