Forum Discussion
- SiKingCommunity ExpertDid you see the documentation? http://www.soapui.org/Working-with-Proj ... pport.html
- pavankenNew ContributorYes , but not able to find how to merge multiple test.
- SiKingCommunity ExpertYou need some kind of source control, like Subversion. Check with your developers what they use.
- pavankenNew ContributorWe are using Git as version control.
Also can we do like this by installing soapUI plugin for eclipse which provides full SoapUI functionality from within eclipse.Will it solve the problem of merge and resolve conflicts through eclipse IDE in same manner we use for code. - SiKingCommunity ExpertMerging is a functionality provided by a source control system - you can use Git. You will need some sort of client to be able to perform all the source control functions, only one of which is merging differences. Eclipse has a plugin for Git, so you should be able to use that.
The SoapUI plugin for Eclipse gives you only SoapUI functionality.
Have a discussion with someone from your development team about merging code and resolving conflicts in _any_ code. SoapUI is irrelevant to this problem, and will not help you in any way! - redfish4ktc2Super ContributorHi,
about the soapui eclipse plugin, be aware that this plugin has not been updated since a while, so
* it does not work with recent eclipse version
* it used old soapui version so soapui project created with newest version may not work
for the scm merge issue, I totally agree with SiKing :-)