Forum Discussion
nurait
12 years agoNew Contributor
Hi,
Thanks for your response, after changing the static reference methods into instance references acorss my classes in java am able to access the same jar parallely through test suites execution.
Help needed on one more level :
I also need to execute Testcases parallely from one test Suite in soapui.
My Current approach :
Am using Excel as a data source, and for each testSuite am having an Excel workbook to drive my execution and to get the execution status by means of jdbc/odbc connectivity thro' java classes (single jar). In the above requirement (Testcases parrallel execution from a Test Suite), my all testcases needs to concurrently update one single excel workbook(since we are maintaining one excel for every testSuite).
In this situation my all testcases needs to access same jar class/same excel concurrently in soapui.
My question :
In my excel access class (jdbc connectivity,excel update java class) am closing recordset/stmt/jdbc connectivity finally. So is this a problem for my parralel access of the same excel thro' testcases parallel execution?
Kindly suggest you thought/solution on the above situation.
Regards
nurait
Thanks for your response, after changing the static reference methods into instance references acorss my classes in java am able to access the same jar parallely through test suites execution.
Help needed on one more level :
I also need to execute Testcases parallely from one test Suite in soapui.
My Current approach :
Am using Excel as a data source, and for each testSuite am having an Excel workbook to drive my execution and to get the execution status by means of jdbc/odbc connectivity thro' java classes (single jar). In the above requirement (Testcases parrallel execution from a Test Suite), my all testcases needs to concurrently update one single excel workbook(since we are maintaining one excel for every testSuite).
In this situation my all testcases needs to access same jar class/same excel concurrently in soapui.
My question :
In my excel access class (jdbc connectivity,excel update java class) am closing recordset/stmt/jdbc connectivity finally. So is this a problem for my parralel access of the same excel thro' testcases parallel execution?
Kindly suggest you thought/solution on the above situation.
Regards
nurait
Related Content
- 6 years ago
Recent Discussions
- 15 years ago