Tagged Questions
1
vote
2answers
285 views
How do I unit test Word AddIn written in C#
I need end-to-end guidance on this topic.
Here is a scenario: I have a Word AddIn written in C#, in which I have some interop interaction with Excel. I need to unit-test that.
How?
There is no ...