Forum Discussion
2 Replies
- John_LairdContributor
As said, unlikely that what you are asking is possible DIRECTLY.
Work around I would investigate...
You can kick off whatever you need to through the windows shell from TC. You should be able to set up a Python 2 environment on your machine, wrap whatever you need to do with 'arcpy' in its own Python script and call that from TC (via WshShell).
I would also see if your ArcMap Extension is accessible via .NET. It is not hard to call .NET DLLs from TC and you could do the same thing (and possibly faster than accessing it via Python) if your ArcMap extension has that interface.
- tristaanogreEsteemed Contributor
I don't believe there is. TestComplete's use of the different scripting engines is built into the code base, as far as I know, and is not open to configuration by the end user. I can't tell TC, for example, to use JavaScript in an engine other than V8.