AutomatedQA Message Boards
Newsgroups become obsolete, our new Forums are available here.
| Board: | automatedqa.public.testcomplete |
| Subject: | Re: How to uniquely identify the different contextMenuStrips called on various objects from the application. |
| Date: | Fri, 04 Dec 2009 06:34:08 -0800 |
| From: | AutomatedQA Support |
Hi, I asked you to send us additional information in the M0067128 e-mail message. Please send us the information. -- Best regards, David - AQA Support ~~~~~~~~~~~~~~~~~~~~~ SB wrote: > In the Application there are 4 Tabs and each tab contains treeview object. > Each tree view object consists of nodes and sub-nodes of differnt kinds. > After rightclick on any node\sub-node, there is a contextMenuStrip showing > available options to carry out depending on the kind(use)of node. Application > actually dynamically builds the contextMenuStrip depending on the kind of > node. How one can assure to access the items on such contextMenuStrips correctly > as the issue I am facing is that simmillar script(object name) is recorded > for the different contextMenuStrips. Also in the name mapping file and object > browser, there are simmillar instances appeared for these kinds of contextMenuStrips. > Please have a close look at this n ..