Identifying object in QTP - 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: Identifying object in QTP (/Thread-Identifying-object-in-QTP) |
Identifying object in QTP - Ayushi - 06-25-2008 Hi All, I am new to QTP. I am working on one script where I have to identify a particular object from the list of objects and then delete it. For e.g. I have 5 names in my list in this order 1) test1 2)test2 3)test3 4)test4 5)test5 Now if I want to delete the name 'test5' how should I do it? I tried this with index. But is there any other method to do this? all these names are in the data table. First I am adding these names one by one and after that I want delete only 'test5' name. Thanks in advance, Ayushi |