Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to capture mouse touching funtion in QTP?
#1
Solved: 10 Years, 9 Months, 1 Week ago Exclamation 
Hi,

I am using 9.2 version of QTP. In my application some menus are there which displays the sub menu while touching the mouse on it.Then user can click any of the sub menu where he wants to land.

In that i have 1 issue.What mean, qtp stores that function as "Browser("EaZy REcruitment").Page("EaZy REcruitment").Frame("Frame_2").Link("Codes").Click" while recording but not execute the function while running, it simply come out and shows the result as Done.

What is the problem? Please tell how to rectify it?
Reply
#2
Solved: 10 Years, 9 Months, 1 Week ago
Can you provide the application screen shot includes main menu->sub Menu
Reply
#3
Solved: 10 Years, 9 Months, 1 Week ago
add the line:
Code:
Browser("EaZy REcruitment").Page("EaZy REcruitment").Frame("Frame_2").OnMouseOver
before:
Code:
Browser("EaZy REcruitment").Page("EaZy REcruitment").Frame("Frame_2").Link("Codes").Click
Reply
#4
Solved: 10 Years, 9 Months, 1 Week ago
Hi KavitaPriyaCR,

Thank You for your reply.
It is not working since there is no object as "OnMouseOver".
Please tell any other options if you know.

Thanks...
Reply
#5
Solved: 10 Years, 9 Months, 1 Week ago
M extremely sorry svanmitha, In a hurry i wrote like that, it should be
Code:
Browser("EaZy REcruitment").Page("EaZy REcruitment").Frame("Frame_2").FireEvent("onmouseover")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting background color of an object on mouse over Surya 2 3,720 06-27-2018, 08:51 PM
Last Post: vensas3181
  How to get the links which appears on mouse hover of parent link rajendra649 9 34,853 03-10-2017, 06:35 PM
Last Post: satish00k
  How to capture operation such as hovering a mouse nikhilcogni 5 4,571 03-23-2013, 11:17 AM
Last Post: sams001
  [QTP]Keyboard control + mouse click lucieclaire 2 22,448 12-18-2012, 03:11 PM
Last Post: lucieclaire
  Need QTP Script for mouse right click and select the option from menu Meraj Shamim 1 13,973 03-21-2012, 11:10 PM
Last Post: ravi.gajul

Forum Jump:


Users browsing this thread: 1 Guest(s)