Forum Discussion

vic_2407's avatar
vic_2407
New Contributor
4 years ago

How to dynamically insert xml nodes based on parameters from excel sheet in SoapUi using groovy

       Below is the code which I used to get a data from excel sheet and using it in my Request.  import jxl.* def TestCase = context.testCase def FilePath = "D:\\DataSheet_Services_create.xls" d...