when we right click on the desktop of any operating system
we find a menu , consisting of refresh,edit,open,paste and
cut etc...
how to load the object and object properties of that menu
in QTP
Answer Posted / murali raju
I think it's not possible to add the object repository...
Window("Program Manager").WinListView
("SysListView32").Click 753,200
Window("Program Manager").WinListView
("SysListView32").Click 753, 200, micRightBtn
Window("Program Manager").WinObject
("SHELLDLL_DefView").WinMenu
("ContextMenu").Select "Refresh;"
Try this code in ur system...at that time of recording only
we can add those type of menus..if i am wrong..then mailme..
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference in the global and action sheet in qtp?
Tell me one scenario, the complex functionality you have automated in your project?
Hi,All How to create a link in excel sheet using qtp
Explain advantages and disadvantages of ddf?
could any help me please, how to work on visual foxpro application using UFT
What is post recovery scenario?
What are the recording modes in wave event?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What are the different types of recording modes in qtp? Which will be used when?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
Explain the check points in quicktest professional?
How will you declare a variable in qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
What phases are involved in testing an application in qtp?