![]() |
|
Data Tables - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Data Tables (/Thread-Data-Tables) |
Data Tables - Anna - 09-08-2008 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 RE: Data Tables - kishoreinchennai - 09-09-2008 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 RE: Data Tables - Anna - 09-09-2008 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? RE: Data Tables - swarnavure - 09-16-2008 [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 RE: Data Tables - somisays - 09-16-2008 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. |