Forum Discussion
nimishbhuta
8 years agoFrequent Contributor
Hello,
My excel sheet names are based on the test case name, so it should be dynamically pick the excel file name and construct the data path.
Regards,
Nimish
cunderw
8 years agoCommunity Hero
Still, if you know what the excel names will be I'm not sure why exactly you need the function name?
You say:
TC01_CreateOrder then I will use the test script as CreateOrder to construct the excel file name. C:\Project\TestData\<testscripname.xls>
Will you have multiple excel sheets for CreateOrder? Are you sharing the CreateOrder function for all of those?
Could you provide a little more detail on your end goal?