nurait
12 years agoNew Contributor
SoapUI Parallel execution for automation using jar
Hi Team,
First of all thanks for the wonderful freeware tool and your extended support
Please find the below scenario which stats our actual requirements and the issues we are facing currently.
Our Requirements :
In our automation project, our testCase's groovy scripts are invoking reusable java classes which are called from jars (Kept inside of soapui bin/ext/). Our requirement is that we need to run testSuites/testCases parallely, so then testcases/testSuites access the same jar concurrently and access its class files at the same time.
Our existing Issue :
While we are running testSuites/testCases in parallel mode (which is working fine in a sequential mode) we are getting java nullpointer exception in soapui error log and hence our execution Fails. Is that a problem of accessing the same jar concurrently from soapui bymeans of parrallel execution ?
Kindly let us know the possible solutions to overcome the above issue.
First of all thanks for the wonderful freeware tool and your extended support
Please find the below scenario which stats our actual requirements and the issues we are facing currently.
Our Requirements :
In our automation project, our testCase's groovy scripts are invoking reusable java classes which are called from jars (Kept inside of soapui bin/ext/). Our requirement is that we need to run testSuites/testCases parallely, so then testcases/testSuites access the same jar concurrently and access its class files at the same time.
Our existing Issue :
While we are running testSuites/testCases in parallel mode (which is working fine in a sequential mode) we are getting java nullpointer exception in soapui error log and hence our execution Fails. Is that a problem of accessing the same jar concurrently from soapui bymeans of parrallel execution ?
Kindly let us know the possible solutions to overcome the above issue.