toolbar - TestComplete Menu Item -


I'm new to TestComplete. I have a question and it can be impossible or very easy I have containg a toolbar file, edit, view, etc. I want to get an item (such as edit) for the mapped object. I can only find the entire toolbar. I want to simulate a click event on editing how can I do this?

As a rule, TestComplete does not work with menu items with different objects. This menu works with objects or only with the original object of the menu and you can specify which items can be selected by passing the caption of this item with the same method of this object. For example:

  objMenu.Click ("Edit | Paste"); // or parent Main menu ("edit | paste");  

Please get more details about how to interact with test menus in the help topic.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -