Taking Property values in Description objet throw Excel Sheet - 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: Taking Property values in Description objet throw Excel Sheet (/Thread-Taking-Property-values-in-Description-objet-throw-Excel-Sheet) |
Taking Property values in Description objet throw Excel Sheet - devarapallliramana - 01-28-2014 Description Object Syntax: Code: Set ObjectName=Description.Create Q:I want to take propertyValue Through Excel Is it possible.Please send me Script to my mail. ramana.swt580@gmail.com RE: Taking Property values in Description objet throw Excel Sheet - supputuri - 01-28-2014 Option1: Import the excel and use the datatable methods to get the values. Option2: Create Excel object and use the same to get the values from excel file. Option3: Create the ADODB object and retreive the values from excel file. Choose one of the above option based on your level of comfort. RE: Taking Property values in Description objet throw Excel Sheet - devarapallliramana - 03-11-2014 Hi it works.Thanks for sharing your extraordinary knowledge RE: Taking Property values in Description objet throw Excel Sheet - supputuri - 03-11-2014 your welcome. Closing the thread as the issue got resolved. |