![]() |
QTP11.0 Does not Identify SAPNavigationBar objects in SAPCRM System? - 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: QTP11.0 Does not Identify SAPNavigationBar objects in SAPCRM System? (/Thread-QTP11-0-Does-not-Identify-SAPNavigationBar-objects-in-SAPCRM-System) |
QTP11.0 Does not Identify SAPNavigationBar objects in SAPCRM System? - srinivaas42 - 10-16-2011 Hi All, IM Working on QTP11.0 version in SAP Testing. But QTP Doesnot recognize the NavigationBar objects, on recording time recorded in reply time QTP Doesnot recognize the objects. Plz give me anyone suggession for recognize the objects. I am click "Buy And Sell" object in NavigationBar. I am trying below scripting. it is also not working Code: set SAPNVBar=Browser("Logon - SAP Web Application").Page("SAP - [Home]").SAPFrame("SAP - [Buy And Sell]_2").SAPNavigationBar("SAPNavigationBar").Object.GetElementsByTagName("Buy And Sell") Please help me anyone, I am working last 3days this issue only. Please suggest me............ Thanks & Regards Srinivas. RE: QTP11.0 Does not Identify SAPNavigationBar objects in SAPCRM System? - Ankesh - 10-17-2011 Hi srinivas, What is ur main objective? Navigation can be done using the 'Sendkey' . If u can post ur scenario, i would be in a good position to answer ur query. Regards, Ankesh |