How to record objects of Windows taskbar
Answers were Sorted based on User's Feedback
Answer / sreeprasad
The best way to record the windows taskbar is "Analog
Recording Mode".
Because the Analog Recording enables u to record the exact
mouse & key board opertions u perform in relation to either
the screen.In this recording mode Quick Test records &
track every movement around a screen or window.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / 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 |
Could you please suggest a book to start with QTP and also a book for advanced concepts?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
whai is meant by automation testing?
What is positive test case and Negative Test case? What is the meaning of Real World Scenario's?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
How to parameterize Object Repository?
What are Test case selection criteria for Automation?
How can we get a textcheckpoint in QTP9.1?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What is QTP testing process?
How are actions and functions different in QTP?