I am using RFT(8.2 version). I need to get the datagrid values. The AUT is developed in VB.Net(2005). I used the following code. But it returns the value as null
. Please help me...
ITestDataTable tDTObj=(ITestDataTable) applicaGrid.getTestData("contents");
Object getVals=tDTObj.getCell(0,0);
I am also trying,
ITestDataTable tDTObj=(ITestDataTable) applicaGrid.getTestData("grid");
Both codes will throws null
values.