While testing .net applications with QTP 9.1 in normal
recording mode, QTP records my unintentional mouse clicks
and window dragging which I don't want. But I can't stop
QTP recording those mouse clicks and window dragging. Can
somebody let me know how I can get rid of it, please !
Thanks.
Answer Posted / sailaja
Acc to my knoweledge there is a option.goto
tools>options>web.advanced>uncheck the Use standard windows
mouse evnts.I think this should solve your problem.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how will load the object during runtime?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
How do you delete unwanted results in qtp?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Explain the types of object repositorys in qtp?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
By using QTP can we record any log files written by the application which is in execution?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Explain the views in the QTP GUI?
how do i know how to use tools
How to suppress warnings from the test results page?
how will you load the test cases in ddt?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma