I'm working on an extension for the web testing portion of Visual Studio 2008 to simplify adding validation and extraction rules. I can add right click menu items to upper portion of the “Web Test Result Context Menu”, but can’t get my commands to appear when in the lower area with tabs showing details; Web Browser, Request, Reponse, Context, Details. (The “Web Test Result Context Menu” is the document window that appears after you run a single pass Web Test. Name will be similar to ‘WebTest1 [5:30 AM]’). When I right click on those areas, I get ‘Copy’ in the Web Browser tab and ‘Copy/Select All’ in the Response tab.
My goal is to select an area in the Web Browser or Repsonse tabs and add a right click menu item to perform the desired operation.
How can I add my own right click menu commands to those panels ?