Forum Discussion

garlapati99's avatar
garlapati99
Occasional Contributor
9 years ago

how to run the python script in soapui

Can i run the python script in soapui. Please advice

4 Replies

  • rupert_anderson's avatar
    rupert_anderson
    Valued Contributor

    Hi,

     

    Its an interesting question, that I'd wondered about myself.

     

    I think the quick answer is that SoapUI can't run Python interally e.g. as an integrated part of the tool, instead it has excellent support for Groovy scripting via the Groovy TestStep and possibly less polished support for JavaScript too accordng to the docs, although I have never actually tried using any JavaScript in SoapUI.

     

    At one point I thought about trying to use Jython (http://www.jython.org/) by adding it as an external library and running it via Groovy TestSteps, but this is probably easier said than done.

     

    Another easier option might be to use Groovy to run external Python scripts, but this may not be what you want.

     

    Hope this helps,

    Rupert

  • nmrao's avatar
    nmrao
    Champion Level 3

    What are you trying to achieve? why do you want to run python using soapUI? i.e., is there any kind of constraint or just you wanted to try?