Micro Focus QTP (UFT) Forums
Link besides to any edit field - 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: Link besides to any edit field (/Thread-Link-besides-to-any-edit-field)



Link besides to any edit field - prempujaripati - 02-22-2013

Hi There
I am trying with the descriptive programming for a link present besides to edit field.But it is not working.
As the code I have written for that is
Code:
Browser("..:=...").Page("...:=....").Frame("....:=.....").Link("....:=.....").Click
- It is saying to add some additional properties even I have added some additional properties to it as
Link("...:=......","index:=0") but the result is same.
Can anyone help me on this.


RE: Link besides to any edit field - basanth27 - 02-25-2013

Why dont you add the object to the repository and then use it for the script, Does that work? If it does, then use the same properties to do your DP and it should work.


RE: Link besides to any edit field - vinod123 - 02-25-2013

Can you send the screenshot of the page