Soapui open source how to limit the number of connections using command line parameters
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2017
09:20 AM
08-18-2017
09:20 AM
Soapui open source how to limit the number of connections using command line parameters
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2017
09:35 AM
08-18-2017
09:35 AM
What connections? Please spend some time explaining the problem first.
Regards,
Rao.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2017
10:07 AM
08-18-2017
10:07 AM
The problem statement is our server is low in capacity and when we try to run 40 to 50 test cases, Server is sending timeout.
So in the soapui , UI preferences we can set the HTTP connections - Max connections per host . Can we get the same feature in command line too.
Hope this helps.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2017
10:14 AM
08-18-2017
10:14 AM
Seems like you may be stuck
https://www.soapui.org/getting-started/soapui-interface/preferences-and-settings.html
one option is to look at open source code see how its done and fine out how to add the same capability to the tetsrunner
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2017
11:22 AM
08-18-2017
11:22 AM
These settings are stored in the soapui settings file. Just point out your soapui-settings.xml, usually in your home folder, as a testrunner argument -t <file location> and it should use the max number of connections you have specified.
Check that out and see if it helps.
Check that out and see if it helps.
Osten,
Self-proclaimed Groovy-fanatic
Self-proclaimed Groovy-fanatic
