How to record objects of Windows taskbar
Answer Posted / uday kumar_anem
' Launch the Task Manager window
SystemUtil.Run "taskmgr.exe","", "","open"
Dialog("Windows Task Manager").WinTab
("SysTabControl32").Select "Processes"
Dialog("Windows Task Manager").WinTab
("SysTabControl32").Select "Applications"
Dialog("Windows Task Manager").WinMenu
("Menu").Select "Options;Hide When Minimized"
Dialog("Windows Task Manager").WinMenu
("Menu").Select "View;Refresh Now"
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Explain about business process component? types and usage?
Name the properties you would use for identifying a browser and page when using descriptive programming?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What are the different ways to invoke an application using QTP?
What is the extension of qtp local repository?
How you can make an action as re-usable action?
What is the difference between run time object and test object?
Why script error occur in between recording in qtp?
What is a reusable action?
What is difference between Recording time object identification and Run time (Execution) time.
In qtp, explain what is crypt object
whow much strong on VB and C?
How do you delete unwanted results in qtp?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?