Forum Discussion
nmrao
8 years agoChampion Level 3
"workspace" is only available with in soapUI tool, but not to test runner.
Using workspace is not good approach. Reason being, the automated projects utlimately going to run on different machines such as CI etc where there won't be any such object.
I believe that you need to use SoapUI's API to create WsdlProject for other soapui project and call it from there.
Please find some API sample in the below link to see you could get around to workwith other projects.
https://www.soapui.org/test-automation/junit/junit-integration.html
Using workspace is not good approach. Reason being, the automated projects utlimately going to run on different machines such as CI etc where there won't be any such object.
I believe that you need to use SoapUI's API to create WsdlProject for other soapui project and call it from there.
Please find some API sample in the below link to see you could get around to workwith other projects.
https://www.soapui.org/test-automation/junit/junit-integration.html
- nkpalli8 years agoContributor
I tried looking at the link attached and looks like this is more of Junit integration link? :https://www.soapui.org/test-automation/junit/junit-integration.html
I am using SOAPUI free version and i am running the tests locally. Like you have mentioned earlier since workspace is available from SOAP API groovy script runs successful however when run from launch Test runner it fails . How do wemake this script run from launchTestRunner without changing our existing script ?
Related Content
- 3 years ago
- 8 years ago
- 12 years ago
Recent Discussions
- 15 years ago