Forum Discussion

vaikul90's avatar
vaikul90
New Contributor
8 years ago
Solved

Jython support on test complete

Hi,

We have some jython scripts for a custom OS. We are currently using Testcomplete with python.

Is there a way we can make the same scripts to run on test complete/import the java api/call jython scripts in python based testcomplete?

 

Thanks in advance!

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    TestComplete uses local Python 3.4 setup (i.e. Python runtime installed within TestComplete's installation folder) to execute Python-based tests. So, if you can call Jython code from within the regular Python one, then the same should be possible with TestComplete. Otherwise it should not be possible.