QTP doesnt identify objects uniquely - 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: QTP doesnt identify objects uniquely (/Thread-QTP-doesnt-identify-objects-uniquely) |
QTP doesnt identify objects uniquely - 2006ajk - 02-13-2008 Hi, I am facing some issues with QTP test automation for Lotus Notes.QTP is not able to identify the objects in notes uniquely 1>>>>>>> In the 1st screen shot you can see tabs such as "product codes","process class".... and so on, QTP takes all of them as class:"IRIS.odlistList".....and all prperties are same,so no unique identification Code: [b]Window("Lotus Notes").WinObject("IRIS.odlistList").Click 111,341[/b] 2>>>>>>> When I click on "Create a product class" tab, it goes to 2nd screen shot and here all text fields are taken as "Notes Rich Text"...even checkboxes Code: [b]Window("Lotus Notes").WinObject("Create a Product Class").Click 58,10 here last sentence refers to "Save and Close" button but its still shows as ("Create a Product Class"). 3>>>>>>>> In 3rd screen shot when I click on drill downs it takes all as ("NotesLineView"). Code: [b]Window("Lotus Notes").WinObject("NotesLineView").Click 116,8 I tried Smart Identification(but all object have same properties),Ordinal Identifier doesnt work either I also tried DP but didnt work. Code: exa: ------------------------------------------------------------------- Please tell me if any possible solution is there.... thnx in advance Abhijeet RE: QTP doesnt identify objects uniquely - Ankur - 02-18-2008 QTP does not support Lotus notes. Though you can use the lotus notes API to send mail |