Retrieve Excel data in Calltest case

Hi,

I have 2 test case.

Test case 1 - I retrieve data from Excel.
Test case 2 - I am Calling the Test case 1.

When i run the Test case 2 in testsuite , Test case 1 is not retrieving data from Excel. Can some please help me in this

this happens because you have to bind data in testsuite to the right testcase.
since in the suite you have TC2 … no data available.
so, you have to declare the variables needed for TC1 (retrieved from excel) in TC2, bind the data file in testuite to TC2 and call TC1 (from TC2) with parameters, passing the binded variables as arguments.