Forum Discussion

jz1's avatar
jz1
Occasional Contributor
5 years ago
Solved

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...
  • ashu248's avatar
    5 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,