I'm working on automating GUI tests of a Windows explorer extension. Think something like the TortoiseSVN menu. I'd like to be able to do something like TortoiseSVN->Show Log in the context menu.
I'd prefer a Ruby solution if possible but am willing to be language agnostic.
I found this on the web which is close but doesn't quite do what I want. It seems to only have some non-cascading menu default options and doesn't support shell extensions.
Any suggestions would be greatly appreciated.