Micro Focus QTP (UFT) Forums
Logical name of the test object - 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: Logical name of the test object (/Thread-Logical-name-of-the-test-object)



Logical name of the test object - vIns - 03-17-2012

Please help me in getting the logical name of the object (not the name property of the object) in run time.

Code:
Browser("Google").Page("Google").WebEdit("SearchBox").ToString
--returns the logical name of the object along with object type

do we have any other method?