I have to compare 2 excel sheets in Silk Test.For this I followed data driven approach.Now problem is that for each excel sheet separate testcases is generated.So I have now 3 testcases, each of the 2 testcases is for getting the data from excel sheet and saving it in a notepad and 3rd one is two compare those two notepads. Is there any way to get everything in a single testcase?Can we have data driven approach as a function rather then a testcase?