I have an application which runs using the context menu of windows explorer. I create an ATL based DLL and register it to Windows Registry under HKCR\AllFileSystemObjects\ShellEx\ContextMenuHandlers. I am able to run my application. I want coverage for my code present in the DLL which is being registered in the registry.
I am currently using IBM Rational Pure Coverage for my other applications. How to use it for getting coverage here? In case of other normal applications, we can instrument the DLL using the Pure Coverage UI and run all the testcases. But, in this case I am not clear how to go about the same? Also, if it is not possible using rational pure coverage, what are the other tools available?