Posts: 54
Threads: 24
Joined: Jul 2008
Reputation:
0
09-08-2008, 11:42 PM
How do I use more then one? I added another tab, and I can see it in the QTP view but I am not sure how to reference it, and not sure how to do this in general. I ran out of columns and I still have more data to add. I was using the Global
Thanks,
Anna
Posts: 71
Threads: 1
Joined: Jul 2008
Reputation:
0
09-09-2008, 01:26 AM
Hi Anna
See if this Helps.
Every Action will have a default sheet in the same name as that of the action.
You can use for Example :
.set DataTable("Colum",dtlocalsheet)
But the Scope is Limited to that action Alone.
Regards
Kishore
Posts: 54
Threads: 24
Joined: Jul 2008
Reputation:
0
09-09-2008, 01:29 AM
Hi,
I don't want to do an action. I would like to just use multiple tables. It does not make sence for me to split this particular test into actions. Any other ideas?
Posts: 9
Threads: 2
Joined: Sep 2008
Reputation:
0
09-16-2008, 04:40 PM
[quote=Anna]
Hope this may helpful...
U can try an excel sheet saved on other location and just specify the path thru ur script....
regards
swarnii
Posts: 159
Threads: 1
Joined: Apr 2008
Reputation:
0
09-16-2008, 06:06 PM
Dear Anna,
Input all your data into external excel sheet and then by using
DataTable.Import import the excel sheet into Global Sheet.
Hope this solves your problem.