How to manage a drag drop event in the qtp

Answers were Sorted based on User's Feedback



How to manage a drag drop event in the qtp..

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

How to manage a drag drop event in the qtp..

Answer / ramesh

events in qtp are handled by the fireevent "event" function

Is This Answer Correct ?    0 Yes 2 No

How to manage a drag drop event in the qtp..

Answer / zmadhur

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

Post New Answer

More QTP Interview Questions

Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...

0 Answers  


Can abody explain me Send keys concept

1 Answers   Cap Gemini,


Please explain about unicode compatibility in QTP. how we can able to use it. Please help me

1 Answers  


What is the Difference between test object and run time object?

0 Answers  


how to test one edit box using Java addin for Web Applications? write script?

1 Answers   IBM,






I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

0 Answers  


How can we translate the steps between the Keyword and Expert Views?

1 Answers  


Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.

2 Answers  


Where the text version of script file located in file system?

1 Answers  


What are the Features & Benefits of Quick Test Pro (QTP 8.0)?

1 Answers  


I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .

0 Answers  


Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?

0 Answers  


Categories