Micro Focus QTP (UFT) Forums
QTP identificatin issue with SAP CRM Navigation Bar - 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: QTP identificatin issue with SAP CRM Navigation Bar (/Thread-QTP-identificatin-issue-with-SAP-CRM-Navigation-Bar)



QTP identificatin issue with SAP CRM Navigation Bar - mwase - 06-14-2012

Hi,

Unble to recognise the SAP CRP Navigationbar using QTP 10, please let me knw wther we need to do any server setting for this.

Thanks



RE: QTP identificatin issue with SAP CRM Navigation Bar - Ankesh - 06-14-2012

plz post the object spy, application screenshot.


RE: QTP identificatin issue with SAP CRM Navigation Bar - mwase - 06-15-2012

HI Ankesh,

Please find the screen shot attached, the Spy heirarchy look commen, but if we reorcd and run it will not work.

I have attached the screen shot please reffer the same.





RE: QTP identificatin issue with SAP CRM Navigation Bar - MVChowdary - 06-15-2012

Try with the following statement.

'Getting child objects
Code:
Set SAPNVBar = Browser("Browser").Page("page").SAPFrame("SAPFrame").SAPNavigationBar("SAPNavigationBar").Object.GetElementsByTagName("a")



Use below statement.

'Getting child objects
Code:
Set SAPNVBar = Browser("browser").Page("page").SAPFrame("SAPFrame").SAPNavigationBar("SAPNavigationBar").Object.GetElementsByTagName("a")



RE: QTP identificatin issue with SAP CRM Navigation Bar - mwase - 06-18-2012

[quote='MVChowdary' pid='21531' dateline='1339751331']
Try with the following statement.

'Getting child objects
Set SAPNVBar = Browser("Browser").Page("page").SAPFrame("SAPFrame").SAPNavigationBar("SAPNavigationBar").Object.GetElementsByTagName("a")



Thanks for replying , i am using the same code above as temporary solution ,bcox its taking long time identify the objects..


Is there any method /any setting to be carried out at the client /server side such that QTP can directly identfying the object.

Thanks
Mwase