Python support

Need new test, action, option? Post request here.
Post Reply
bbackx
Posts: 46
Joined: Thu May 07, 2009 9:15 am

Python support

Post by bbackx »

I wonder if it is possible to implement Python support?
Since it's also a no-nonsense language which doesn't need compilation, like javascript and vbscript, I'm guessing it can't be that hard (but probably I'm missing lots of things ;) ).
Off course, Python should be installed on the servers with remote agents.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Not sure I uderstand your request. What exactly means Python support?
Are you talking about Shell Script or Active Script test methods? Execute external program action? Something else?

Regards
Alex
bbackx
Posts: 46
Joined: Thu May 07, 2009 9:15 am

Post by bbackx »

I mean the Shell Script method.
Just like you already support VBScript en Javascript.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Shell Script can use any script that can be executed on your system.
Do you have installed ActivePython or some other Python interpretator?
If you have ActivePython, you may execute scripts using command like cmd /c cscript /B /E:Python %Script% %Params%

Regards
Alex
bbackx
Posts: 46
Joined: Thu May 07, 2009 9:15 am

Post by bbackx »

Wow, that's great.
Thanks!
Post Reply