Micro Focus QTP (UFT) Forums
qns regarding links in table - 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: qns regarding links in table (/Thread-qns-regarding-links-in-table)



qns regarding links in table - Aestival - 07-15-2010

Hi,
I have a table and inside there are some columns and rows that are added only when a "Add" button is click.
So if I click on the button once, 1 row will be added to the table.
In one of the column, it contains all the remove link.
How to I check which remove link is being clicked if all the properties are the same except for the position y?
Thanks.


RE: qns regarding links in table - Saket - 07-16-2010

I think, it should be dependent on how you click on the link. are you clicking manually and want to check this.
else if you are using script to click the link you can find out there. paste your code so that we can help you.


RE: qns regarding links in table - Arun Prakash - 07-16-2010

First check how many remove link are there in that page...then we can able to find out a relation between that link and row...so based on that you can check which remove link is being clicked

If it is not solving your problem paste your code so that we can help you...