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 |
What is an object repository?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What is method name to compare two XML files.
what is defination of regression testing?
Can we use index on view?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
what is the difference between wait and wait function
How to export QTP results to an .xls file?
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
can anyone tell me from where i can download qtp demo or crack version
what is Automation frame work and how do u used this for your project?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?