Micro Focus QTP (UFT) Forums
Parameterize - 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: Parameterize (/Thread-Parameterize--5271)



Parameterize - s.savitha - 08-22-2011

How to parameterizing values from an excel sheet using object reference model in qtp


RE: Parameterize - Arul - 08-22-2011

Savitha,

You can set the all the data's in data table.

Code:
strName= datatable.value("Name",1)

Name is the column name of global sheet.You can parameterize the more than one row like this way.

Thanks,
Arul.D