Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Selection of Rightclick menu items within the QTP forums, part of the Software Testing category; Hi, I am very new to this QTP tool. I am trying to automate our Web applications. Here, I am facing problem of accessing right-click menu items. This is the ...
|
|||||||
|
|||
|
Selection of Rightclick menu items
Hi,
I am very new to this QTP tool. I am trying to automate our Web applications. Here, I am facing problem of accessing right-click menu items. This is the structure of my Menu: If you click on "Image" icon, it opens two menus: - Name -AAA -BBB -CCC - Dept - XXX - YYY I had to access the menu item "XXX" like this: 1. Click Image icon as Browser(one).Page(two).Image(img).FireEvent "onclick"; you will get Name(Web Element) and Dept menus. This step works fine, i am seeing two menus in AUT. 2. Move mouse over "Dept", then two sub menus XXX and YYY would be present. 3. Click YYY (which is also web element) How to achieve step 2 and step 3. Example with code snippet is desired. Thanks in advance, Ram |
| Sponsored Links |
|
|||
|
Re: Selection of Rightclick menu items
2. FireEvent "onMouseOver"
3. Since this one is just a click action, you need to get Object properties of the one that you need for this action. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tool for arranging and removing start menu items with ease. | JobHelper | Geeks Lounge | 0 | 01-15-2008 02:00 PM |
| Menu Items | Sudhan_Otsuka | QTP | 6 | 11-23-2007 02:19 AM |
| Selection procedure for M.E. aeronautical engg. in Anna University | annamalai.mech | Career Advice | 0 | 07-13-2007 10:26 PM |
| Actual Window Menu is the unique extension of standard window menu that provides adva | JobHelper | Geeks Lounge | 0 | 04-25-2007 08:30 AM |
| Table that houses "field selection" | Cayenne | SAP R/3 | 0 | 04-12-2007 02:02 PM |