Pls Solve Error(SAP-CRM):- Cannot identify the specified
item of the SAPNavigationBar object.Canfirm that the
specified item is included in the object's item collection.
Answer / sourabh
Try using the below code
Set SAPNVBar = Browser("SAP CRM - [Account
Management]").Page("SAP CRM - [Account
Management]").SAPFrame("SAP CRM - [Account
Management]").SAPNavigationBar("SAPNavigationBar").Object.GetElementsByTagN
ame("a")
SAPNVBar(index).click
index should be the strip one needs be click
| Is This Answer Correct ? | 0 Yes | 0 No |
What is our exact stage involvement with QTP?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
How to get the column count and column name from the resultset in the database connection program?
what is Property......End Property loop? how to write sript for it in QTP
Pls explain me the difference between ........ Description.Create and CreateObject
What is the descriptive programming?
What issues come up in test automation, and how do you manage them?
What is the difference between functional spec. and Business requirement specification?
How to handle recovery scenario for a application crash.write script for this.