Forum Discussion
jaxjeanne64
14 years agoOccasional Contributor
Alex,
Thank you for your reply... so the issue is that when using TC i Rclick to get a pop-up menu. Then from that menu I select an item that leads to a submenu off of the popup menu. Now after recording I play back the test script. The first pop-up menu is shown and active and the item is selected that leads to the sub-menu. This is where the issue arises. TC does not see the item to select from the submenu or the list itself. Then it stops running.
It is a C++ application written in Microsoft Visual Studio using MFC objects. CMenu is the class that is used to create a popup menu,
Thank you for your reply... so the issue is that when using TC i Rclick to get a pop-up menu. Then from that menu I select an item that leads to a submenu off of the popup menu. Now after recording I play back the test script. The first pop-up menu is shown and active and the item is selected that leads to the sub-menu. This is where the issue arises. TC does not see the item to select from the submenu or the list itself. Then it stops running.
It is a C++ application written in Microsoft Visual Studio using MFC objects. CMenu is the class that is used to create a popup menu,