ContributionsMost RecentMost LikesSolutionsRe: How do I minimize merge conflicts in a ReadyApi composite project when working as part of a team? Hi, We also face this issue, so we setup some rules to follow to avoid merge. Never ever save your Project by pressing Ctrl+S, instead of that save a particular test by right click on test --> Composite Actions --> Save TestCase If any new properties added to Test Suite then add them manually by updating relevant Settings.xml Open Setting-xml in Notepad Editor and add new property node as shown below. <con:properties><con:property> <con:name>key</con:name> <con:value>value</con:value> </con:property> </con:properties> Similar approach for Project level properties, add them manually by opening settings.xml in notepad++ editor and then save Addition of new tests should be also added to element.order manually and save by performing above rule we only commit intended changes by us. We are not getting any surprises of lot file changes which Ready API does in BackGround when you press Ctrl+S. This is working fine for us, and yes all our members are having same settings (like pretty print enable) I hope this helps Kind regards Bch How to set runMode via maven/cmd to be applicable for execution of soapui tests? Hi , I am trying to set the runMode via maven, is it possible? Why do i need this- Answer to this question is if i am running my tests on jenkins i want to run them via runMode as 'PARALLELL' and when i want to run the tests locally in my machine i want to set runMode as 'SINGLETON_AND_FAIL'. In short is it possible to set this property in Global Properties and use it from there, or can we set via Maven or via cmd line. Regards Bch Hello, How to organize tests with some tags. later run subset of tests specific to tag? Hello Friends, I would like to organize my tests in soapui/readyapi. I would like to tag them with some categories information. I wanted to ask if someone has already done this. Main idea here is to run specific tests which belongs to specific category or tag. Thanks Bch SolvedRe: remove empty content setting Hello Markus, Can you please also suggest how to remove the parent node which does not have any child. Regards BCH Ready API 1.30.0 Remove empty XML elements from request Hi Guys, I am facing issue with removing empty XML elements from request. I did follow the approach mention in thread http://forum.soapui.org/viewtopic.php?f=2&t=21175#p48766 Unfortunately it is not removing the parent node with no child. Which is causing an issue for us. Could you please provide an support on this part. Thanks Bch