jz1
6 years agoOccasional Contributor
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 Soa...
- 6 years ago
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,