Micro Focus QTP (UFT) Forums
Object not recored in OR - 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: Object not recored in OR (/Thread-Object-not-recored-in-OR)



Object not recored in OR - sudhirzpatil - 06-30-2013

I have a Menu, the action on which does not get record.But when Object spy, it shows the toolbar as


Code:
SwfWindow("xyz").SwfWindow("abc").SwfWindow("wer").SwfToolbar("ctxTreeviewMenu")

Buth this object does not get added in Object repository.Even I tried to add it by Add Object to Local, it displayed message, the location is associated with multiple object.

Can any one help me how to add this object


RE: Object not recored in OR - sudhirzpatil - 07-04-2013

[quote='sudhirzpatil' pid='24630' dateline='1372601334']
I have a Menu, the action on which does not get record.But when Object spy, it shows the toolbar as

Code:
SwfWindow("xyz").SwfWindow("abc").SwfWindow("wer").SwfToolbar("ctxTreeviewMenu")

Buth this object does not get added in Object repository.Even I tried to add it by Add Object to Local, it displayed message, the location is associated with multiple object.

Can any one help me how to add this object
[/quote

Please help me , how to get rid of this ?


RE: Object not recored in OR - Staff - 07-05-2013

Please ensure to include your code between [code] tags while asking or replying to questions. I have done this for you for this time.


RE: Object not recored in OR - sudhirzpatil - 07-08-2013

I got this, using Descriptive programing approach i am able to play the action.