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 |
How many types of Check Point in QTP
Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
Is there any option in QTP to add Java add-in after instaling the QTP?
How can we make a shared object repository in QTP 9?
3 Answers Kanbay, Ordain Solutions,
Expalin Text/Text Area Checkpoint
How i can test the background color of the records displayed in a Table. Eg i have a .net desktop application and there is a Table(swftable) with records displayed in the grids. i have to validate whether the 1st record is displayed in white background color and 2nd record in light blue background color...But the constraints is that once user click on the first record...the background color changes to grey.......Plze let me now how to validate this with QTP 9.2.
How can I import environment from a file on disk?
What types of testing comes under functional testing or in other word what will you test in functional testing?
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
How will you declare a variable in qtp?
what is check point?