PaulDonny
11 years agoRegular Contributor
Build SoapUI Project files with Java
My development team is wanting me to look into building project files dynamically using Java so that we can halt maintenance on our test harness and begin using SoapUI as a back end for a UI based system which I have already created.
I have read a little about the maven plugins and, quite frankly, I know very little about POM and Maven. I was wondering if anyone could give me some guidance on this.
Currently my method is a bit brute force in the sense that I am building the "Demo" project files in SoapUI it self with tags that are being recognized using Regex as it parses through it and then it replaces those with the properties from the property file. This method is extremely sensitive.
I recommended to my Dev team to dig through the source for SoapUI to find the section that builds it's project file but if it's already in Maven than I might as well just utilize that.
Any suggestions for this, essentially using SoapUI as a background (either native within the UI or via TestCaseRunner).
I have read a little about the maven plugins and, quite frankly, I know very little about POM and Maven. I was wondering if anyone could give me some guidance on this.
Currently my method is a bit brute force in the sense that I am building the "Demo" project files in SoapUI it self with tags that are being recognized using Regex as it parses through it and then it replaces those with the properties from the property file. This method is extremely sensitive.
I recommended to my Dev team to dig through the source for SoapUI to find the section that builds it's project file but if it's already in Maven than I might as well just utilize that.
Any suggestions for this, essentially using SoapUI as a background (either native within the UI or via TestCaseRunner).