Forum Discussion
- rupert_andersonValued 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
- chiragverma123Contributor
Can you please help me with running external python scripts using groovy on SOAPUI.? How Do i need to approach this?
My goal is to run something on the UI before running the API test on SOAPUI.
- nmraoChampion 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?
Related Content
Recent Discussions
- 4 days ago