SoapUI Pro Jenkins Plug-ins Passing Parameters
Hi,
I have a SoapUI Pro project that takes Excel file as input. I need to repeatedly executed the same test suite from Jenkins passing different Excel input file for each execution. Using SoapUI Jenkins Funcitional Plugin, I cannot pass Excel file as input custom input parameter. I know I can using testrunner command line as Windows Batch Commandline from Jenkins. However I really like the more seamless integration the SoapUI Jenkins plug-in provides and the reports it produces. Is there way to execute the test run with the Jenkins plug-in and still passing testrunner paramenters?
Thanks in advance
John
hi jz1
Instead of using cmd line you can try with Maven pom.xml file. their you are having the option to parameterize the properties.
Once you did with parameterization in Maven. then, you can add Build with parameter functionality of jenkins and in each build you can pass differnet excel file stored in workspace.
Thanks,