Hi,
I have a 6 Pages in Excel and I have 3 Actions,so QTP gives 3 sheets in the local data table.
1 Page details are used by Action1.
2 Page details are used by Action2.
The another 4 Excel Pages are used by Action3.It has more than 25-30columns.
So I want to use 4 different Pages in the local dataTable.[Again I dont want to divide this as a 4 Actions,because all these data needs to work together.]
Is it possible?or QTP will provide only one Page for one Action?
Any help?
Thank you,
Uma
Solved by using following,
DataTable.AddSheet("xyz")
I have a 6 Pages in Excel and I have 3 Actions,so QTP gives 3 sheets in the local data table.
1 Page details are used by Action1.
2 Page details are used by Action2.
The another 4 Excel Pages are used by Action3.It has more than 25-30columns.
So I want to use 4 different Pages in the local dataTable.[Again I dont want to divide this as a 4 Actions,because all these data needs to work together.]
Is it possible?or QTP will provide only one Page for one Action?
Any help?
Thank you,
Uma
Solved by using following,
DataTable.AddSheet("xyz")