Micro Focus QTP (UFT) Forums
When to Use Webtable object in and when not to use - 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: When to Use Webtable object in and when not to use (/Thread-When-to-Use-Webtable-object-in-and-when-not-to-use)



When to Use Webtable object in and when not to use - vivek5080 - 07-01-2013

Hi All,

Please tell me when we have to use webtable objects to identify objects and when not to use the same to identify objects in our application.

for example,

when we wan to search to google button on google home page we dont include webtable object in our code.
code appears something lik this
Code:
Browser().page().webedit()

but when we have to retreive checkbox object in gmail webpage we use webtable object in heirarchy

thanks in advance,[b]


RE: When to Use Webtable object in and when not to use - Ankur - 07-01-2013

We don't use webtables to identify objects. Object properties are used to identify any object. Webtables in themselves are type of HTML object <table></table>


RE: When to Use Webtable object in and when not to use - vivek5080 - 07-01-2013

thanks ankur,

but i mean sometimes we use webtable in object heirarchy and sometimes we dont ..could you please tell me in what all cases we use webtable objects and where we dont.