Forum Discussion
Our Application will undergo a big refactoring process and we are leaning towards using Python language as apart of this effort
Dev team will be building API and QA is planning to test these API's using SOAP-UI Free version(seems to require some level of scripting effort for scenario like data driven scenario testing etc )
so wondering if tool can handle python scripts libraries where scripting logic can be written and called from .
If you have python scripts already, what is the driving factor to use SoapUI?
Or might not understand the question, at all.
- nkpalli8 years agoContributor
We would use SOAPUI to call our API .. but in cases where we need to data drive or parameterize our test we would need to do some scripting as we are using SOAP UI 5.3.0 (free version) and have no plans to upgrade to PRO Version
And for scripting we would like to write our scripts in python and call them in SOAP UI
- nkpalli8 years agoContributor
can you send me a sample script which call '.py' script' from script assertion using shell commands in groovy.
- nmrao8 years agoChampion Level 3Relevant link, how to execute a command, was already provided to you. You just need to use the right command in there.
Something like below
"cmd /c c:/Python/python.exe test.py".execute()
Related Content
- 3 years ago
- 5 years ago
Recent Discussions
- 11 hours ago