Reload binding data from Data Files during test suite run

Hi,

I am trying to update data file from a test case and use the updated data from the next test case in a test suite.
Is there any way I can reload the binding data during the test suite is running?

I have set data binding on both test cases and don’t want to have additional code to find the object from the data file.

Thanks,
Jiho

Try the following code
Object attributeValueData = ExcelFactory.getExcelDataWithDefaultSheet(’./Data Files/datfile.xlsx’, AttributeDataSheet,
true)

AttributeName = attributeValueData.getValue(, )