How to do DP for a site with multiple heirarchy? - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: How to do DP for a site with multiple heirarchy? (/Thread-How-to-do-DP-for-a-site-with-multiple-heirarchy) |
How to do DP for a site with multiple heirarchy? - viv_karthy - 05-13-2009 Suppose I want to do DP for licindia.com where I need to click on the login button. Here the heirarchy captured through Object spy shows as Browser->frame->webTable->webTable->webTable->webTable->Button In this case how should the DP for clicking on the button be? RE: How to do DP for a site with multiple heirarchy? - tarunpandey4@gmail.com - 05-13-2009 You need to do DP for Browser and Frame and than object If you need any data inside the webtable than u need DP of Webtable also |