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 |
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
What is file database?
How to retrive XML file data in QTP ? using Script(Chandana)
what is the difference between built-i function and In-built function?
in how many ways you perform batchtesting?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
How did you achieve reusability via QTP?
Hi any body can tell me the synchranization point syntax thanks in advance
What are the types of Object Repositories in QTP?
how did u use automating testing tools in ur job?
How can we disable popup blocker?