ContributionsMost RecentMost LikesSolutionsIs there a way to pass in Rest Services endpoint info via the command line (mvn) ? So, currently, I can run my tests with maven, via this command - mvn -Denvironment=env1 -DtestSuite= -Dbranch=master -DtestCase= clean test -Dsoapui.environment=env1 I want to be able to similarly pass in Rest Services endpoints, example account-api = http://accounts:8300 Is there a way to pass it? I see that there is soapui.endpoint, but I am unsure how to pass the info. Thanks Re: In ReadyAPI load test- thread count seems to be maxed at 10, is there a way to increase it? Thanks, I downgraded to the older version which resolves this issue :-) In ReadyAPI load test- thread count seems to be maxed at 10, is there a way to increase it? Hi I must be missing a setting or something. I have a load test I would like to run and under Simple - thread count cannot be increased to higher than 10 for some reason. Is there a reason for this and how do I get around it? Thank You Missing assertion for type [JsonPath Match] why?Hi I am relatively new to SoapUI, I have a set of tests running successfully but I am getting this error at the start of the tests. Where is this set? I am a bit confused by it. I looked in the xml and tried to remove it but then I get the error saying Missing assertion for type null. I initially wrote the tests in SoapUI pro and moved it to SoapUI to make sure it runs on a mac. Any suggestions would be awesome. ThanksHow do i change the end points universally?I ran into this stackoverflow answer about this? But, I dont see what he is seeing http://stackoverflow.com/questions/6581 ... iple-tests Double-click on your WSDL interface in the Navigator view on the left. Then select the second tab called Service Endpoints. Select the desired endpoint (or add it first via the "+"-symbol) and click Assign. There you select All Requests and TestRequests. Anyone have a screenshot?Re: Is there a way to use a variable in soapuiI was at the wrong level. Thanks for your help! this worked And just in case this helps others - you can set this up at Project, TestSuite, TestCase levels like this - "emailAddress": "${#Project#emailAddress}", for Project "emailAddress": "${#TestSuite#emailAddress}", for TestSuite "emailAddress": "${#TestCase#emailAddress}", for TestCaseRe: Is there a way to use a variable in soapuiGetting closer here I am in the box that says Workspace properties at the bottom left corner, how do I add a new property? I dont see a way to do that. What am i missing?Re: Is there a way to use a variable in soapuiGot a little confused by the article So, If I want to use variables in the following request, how do i do that? - { "eventType": "check", "emailAddress": "email@emailtesting.com", "source": "mobile", "customerSegment": "gold", "custId": "1111111111" }Is there a way to use a variable in soapuiHi I am just testing out the soap ui trial version and am looking for a way to use a variable for my REST requests instead of retyping my values for each request. Is there a way to do this? Apologies if this has been answered before