Is there any way to parameterize(data driven) mouse hover over?
I’m using QA Edition Q3 release.
In my Silverlight application tons of menus and sub menus required mouse hover over.
Your valuable help save my time, Thanks in advance...
Madhu.
3 Answers, 1 is accepted
0
Stoich
Telerik team
answered on 26 Jan 2011, 11:09 AM
Hi Madhu,
yes, there's a way to simulate a mouse hover over action.
Open a Recorder and enable highlighting from the menu in the top-right corner. Position your mouse over the element until the nub appears. Click the nub to bring up the pop-up menu.
From the pop-up menu choose Mouse Actions (bottom-left corner). You'll find Hover over on the bottom of the lists (screenshot 1).
I know and already implemented the way you explained above!!
My questions is how to parameterize (data driven) mouse hover over? As I explained in my Silverlight application has tons of menu and sub menus required hover over?
Thanks,
Madhu.
0
Accepted
Stoich
Telerik team
answered on 26 Jan 2011, 06:17 PM
Hi Madhu,
I apologize for the misunderstanding. This is actually pretty straightforward to do in a coded step.
Here's what it looks like in C# code: