We use SoapUI-Pro-5.1.2html
1. Basic introduction - Windowsui
2. Use project environment tab to manage the different environment and configure the properties for each env, this will make the testsuite run in different env in jenkins (using pom.xml configuration)this
https://www.soapui.org/soapui-projects/environment-handling.htmlxml
3. Mongodb JDBC connection stringhtm
4. Groovy scriptsblog
// get current step name, this is usually used to generate some meaning data for this stepip
context.getCurrentStep().getLabel() get
// get current project dirstring
import com.eviware.soapui.support.GroovyUtils
def groovyUtils = new GroovyUtils( context )
def projectDir = groovyUtils.projectPath
String filename = projectDir+"//RTF _sample1.html"
//print(filename)
def File Rtffile = new File(filename)
def text1= Rtffile. getText()
def text =""
text1.eachLine {
text= text +it;}jenkins
5. Upload a file
6. Unrecognizable Code