Excel Reading

Hi I was searching for Excel reading stuff
I found something related
But I was not able to get what does this below method get
Can someone please let me know what to enter inside the method
findTestData(“What should we enter here”)

You have to enter the name of your file, that you have created in Data Files folder. (Right mouse click on folder ‘Data Files’ -> New -> Test Data

Only file or file with complete path

You have to define the excel file in File Data object while creating the object. You can set file path relative or absolute.

findTestData(’’)

findTestData(‘Object name from Data files’)

can you share the code for reading and writing to excel

Check these links.
Data driven


image.png