I need your help in the below topic using QTP Automation
tool.
How to automate the right click of mouse on a context menu?
1)Tried low level recording which is working fine but
making use of co-ordinates.
2) Also tried changing the mouse settings and properties
using
Tools ->WebEvent RecordingConfiguration and created a
configuration file
with required mouse click events and used which did
not work.
Answer / tvsramakrishnachowdary
Hello friend mouse rtclick operations can be solved by the
following code
------------------------------------------------------------
suppose notepad ur having in that some text ur having u
want to select all the text by using mouse rtclick-
>selectall->again mouse rtclick->again select delete...ok...
set wsh=createobject(wscript.shell)
window(notepad).wineditor(edit).click 0,1,micRightbtn
for i=1 to 6
wsh.sendkeys{DOWN}
wait(1)
Next
wsh.sendkeys{ENTER}->this stmt for slecting "select all"
for i=1 to 5
wsh.sendkeys{DOWN}
wait(1)
Next
wsh.sendkeys{ENTER}->this stmt for selecting "delete"
set wsh=nothing
| Is This Answer Correct ? | 1 Yes | 0 No |
what is object repository size?
What is the use of virtual objects?
What is the present version of the VB Script we are using
How many test scripts are prapare in ur project(HeathCare Insurance).
w is configaration management
Hoe we can export TEST RESUALT IN to XL-sheet?
what is the difference between Automation object model(AOM) and test object model(TOM)
Please mail me the license key of QTP 9.5 t v.sadangi@gmail.com ????? thx
what is the frame work your using in automation ?
How to Analyze the Checpoint results by Table and DB Checkpoints?
How u will open the build automatically in QTP except using Systemutil.run command
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.