Forum Discussion
nmrao
8 years agoChampion Level 3
livevox084,
Thank you for the details, will go thru and can see if I can come up with some concrete inputs.
However, here is quick feedback on running tests in Parallel.
1. Be careful while running tests in parallel. Because:
a. it consumes the resources of local machine where soapui is running. It directly depends on the number of test cases. If a suite contains 50 cases, and the suite is started in parallel will start 50 threads, I guess. Need to see if that machine is capable.
b. It also impacts on the server that soap calls.
I am not really sure if soapui does the thread pooling internally and not really expert in multi thread coding, know only very little.
2. May be you need to consider running limited threads and after completing reassign the threads to do the next assignment. I mean use of thread pool. It may increase some time, but better than never finishing.
Thank you for the details, will go thru and can see if I can come up with some concrete inputs.
However, here is quick feedback on running tests in Parallel.
1. Be careful while running tests in parallel. Because:
a. it consumes the resources of local machine where soapui is running. It directly depends on the number of test cases. If a suite contains 50 cases, and the suite is started in parallel will start 50 threads, I guess. Need to see if that machine is capable.
b. It also impacts on the server that soap calls.
I am not really sure if soapui does the thread pooling internally and not really expert in multi thread coding, know only very little.
2. May be you need to consider running limited threads and after completing reassign the threads to do the next assignment. I mean use of thread pool. It may increase some time, but better than never finishing.
Related Content
- 11 months ago
- 12 months ago
- 2 years ago
- 2 years ago