Forum Discussion

pavanken's avatar
pavanken
New Contributor
12 years ago

Need some sample for Using Composite Project and PrittyPrint

Need some sample Project for Using Composite Project and PrittyPrint feature. As I'm new to soap UI and We are four tester working on same file , so wants to merge conflicts by using these feature.
Could any one provide me steps or any video showing how to use these feature will be helpful.
  • SiKing's avatar
    SiKing
    Community Expert
    You need some kind of source control, like Subversion. Check with your developers what they use.
  • pavanken's avatar
    pavanken
    New Contributor
    We 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.
  • SiKing's avatar
    SiKing
    Community Expert
    Merging 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!
  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    Hi,
    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 :-)