How to manage a drag drop event in the qtp
Answers were Sorted based on User's Feedback
Answer / mike davidson
QTP will record one instance of drag and drop based on the
screen location. You will find that you have to record
between multiple drag and drop actions but as long as you
leave the coordinates in place it should work on the same
size screen resolution. Note, you should record and run
your test in full screen for these drag and drop actions,
and they are still "OK" at best.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramesh
events in qtp are handled by the fireevent "event" function
| Is This Answer Correct ? | 0 Yes | 2 No |
I think that it is not possible to do that in Qtp. Analog
recoding will record only the mouse coordinations and the
mouse movements not the actions. Try the Low level recording
if possible i didn't try that.. For this action we have to
test manually..
Any suggestions ????
zmadhur@hotmail.com
| Is This Answer Correct ? | 0 Yes | 5 No |
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example
what is the diff between Procedure and function
How do you send email with attachment from outlook using qtp ?
How u execute test cases in manual testing?
WHAT IS OBJECT REPROSITORY?
Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
How QA specialist can identify when programmatic descriptions are useful?
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
How did u write macros?What is the main importance of VB macros in testing environment?