DDT using dynamic data from Excel

Hi Simon,

Yes, Try to Below steps

  1. Create a Config.xlsx (or JSON).
  2. Store dynamic sheet names or a pattern.
  3. In your test dispatcher, read this config and load the sheets accordingly.

For Ex: {
“SheetPattern”: “TestData_*”
}