Hi, I am looking for ideas to trigger the actions for fly-out menus using QTP.
I am testing a Web App using QTP. The application has "cascaded" or hierarchical fly-out menu.
e.g. Options->Preferences
While recoding QTP recognizes the end point on the Menu hierarchy (say "Preferences").
But while running the test, firing the WebElement("Preferences").Click
does not work.
If I call Link("Options").FireEvent ("onmouseover")
it pulls down the Menu, and after that I can highlight the Preferences item, but calling the click even after pulling down the menu fails to trigger the menu action.
Any Ideas to trigger the click action on these menu items would be useful.
Regards,
Adarsha