pavak
11 years agoOccasional Contributor
maven dependency to run soapui JSON
Hey,
We are using JSON format for soapui, and I am doing parameterization in that.(Create an item, use id from the response to other test request in same test case)
It works fine in SOAPUI(Soapui pro 5.1.1 and Soapui), but when I try to run it on jenkins, I am getting an error.(second test request is not able to read Id)
This is the maven plugin I am using in my pom:
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-pro-maven-plugin</artifactId>
<version>5.0.0</version>
</plugin>
Do I need to anything else?
Please let me know if anyone need further explanation.
Thanks,
Pavak Shah