sudhagowri
8 years agoOccasional Contributor
Properties needs to input from excel file
Hi All,
I am setting up properties to be used in my test step but the properties would need to be generated in excel as they need to be user input.For example the time can be any time but value a and b needs to be 1 min apart.
Is there any way that i can generate the times in excel and then bring into SOAP UI properties?
Thanks for helping me.
Sudha,exc
Properties can be loaded from a text file but not directly from Excel without a custom Groovy script.
You could save an Excel file as a text file as long as you separate the property name and value with = sign. (e.g. add a column with = between name and value). A header row without = sign will be skipped when loading prop value from an external file.