Forum Discussion

sudhagowri's avatar
sudhagowri
Occasional Contributor
8 years ago
Solved

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...
  • PaulMS's avatar
    PaulMS
    8 years ago

    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.