Forum Discussion

tuyentran's avatar
tuyentran
Occasional Contributor
14 years ago

How to capture menubar in MDI App?

Hi all,

I have a question as below:

My UAT is written in VB 6. It's MDI application. When I tried to capture menubar in TestComplete, TC recognizes it as VBObject. Please see the attached pictures.  So, how can I capture it as menubar and use menu method provided by TC to select menu item?

Thank you

2 Replies

  • karkadil's avatar
    karkadil
    Valued Contributor
    Did you read help topic "Simulating Menu Actions" in the TestComplete help?



    If you did, what didn't work for you? Is your menu a standard menu or a third-party control?
  • tuyentran's avatar
    tuyentran
    Occasional Contributor
    I checked this topic and found some information from our developer. This menu bar is another third party control. I also checked the list of third party vendors that TC supports. Unfortunately, our component is not in this list. So, I think that my current solution is use key combination, for example, instead of clicking File -> Exit, I will use Alt-F, then press hot key "x". Anyway, thank you for your help.