Forum Discussion

ademp1's avatar
ademp1
Established Member
9 years ago

Testing MFC ribbonbar

I am testing a MFC application with a Ribbon Bar.  I even created my own test application following microsoft instructions to create a sample app with a ribbon bar.  I followed the instructions from SamrtBear to set up the project for testing by changing the project properties to match the instructions. I also followed the instructions for downloading the symbols and copied all PDB files to the application folder.  Next, I start the application and then instruct testcomplete to record a script.  When I click on a tab or anything in the ribbonbar a red line appears around the ribbonbar and says it is missing debug information.  Any ideas what I am doing wrong?

 

Thanks in advance for any help.

1 Reply

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi,

     

    The application doesn’t contain debug information required for TestComplete to test it. It looks like you missed some steps or performed them incorrectly. Could you please read the the "MFC Ribbon Bar Support" ( http://smartbear.com/viewarticle/55957/ ) help topic to learn specifics of testing this control? Also, I strongly recommend that you make sure that all the steps listed in the "Debug Info Agent" ( http://smartbear.com/viewarticle/56482/ ) help topic were performed correctly.

     

    Let us know the results.