hi i have one issue while automating the script using QTP i
want scrool down .i cannot do even using scrool down
methqad is not working .the object will take WebElement plz
is there any code help me
Answer Posted / rico
I think this can be done by creating the shell object and
then using the sendkeys option(i'm just guessing)...maybe
the code goes like this
Set myshell = CreateObject("Wscript.Shell")
myshell.sendkeys "down" ' take the cursor down
(WshShell.SendKeys("+{F10}")'simulate a mouse right-click
by sending a shift F10)
Other way of doing this would be " analog recording" where
is caputre the mouse movements(like scroll, click, etc)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
In Remote acess server how u run a test?
How to test fly out menu in qtp?
What is difference between design time and run time data table?
Tell some commonly used Excel VBA functions?
Explain the use of action split in qtp?
How to use conditional loops in qtp ?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What are advantages of test automation?
Object repositories types, which and when to use?
How many add-ins comes by default with quicktest professional (qtp)?
Hi All, I need code for how to execute qtp scripts from excell sheet
We stored into the objects OR and then write the scripting
what frame work you are following?
What is different command used in command Prompt while using QTP?