Recording Code Coverage for Outlook Add-in

Add-in Express™ Support Service
That's what is more important than anything else

Recording Code Coverage for Outlook Add-in
 
curtis.craig.callender@gmail.com




Posts: 21
Joined: 2021-07-06
Hi Add-in Express,
I have a bunch of UX tests which drive Outlook to test our COM add-in. Is it possible to run code coverage tools to determine what code my UX tests are covering or not? I'm having difficulty using VS2019's or JetBrain's code coverage tools because the DLL it's expecting to be under test is Tessian.Outlook.Addin.dll, but the one loaded by Outlook is adxloader64.Tessian.Outlook.Addin.dll. Curious if you've figured out a way to accomplish this using one of those tools or a different one.

Thanks!
Craig
Posted 06 Jul, 2021 08:17:11 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Craig,

We don't use code coverage tools. We've automated functional tests only.

If your business logic doesn't use Office models, you can test it outside of Outlook.


Andrei Smolin
Add-in Express Team Leader
Posted 07 Jul, 2021 06:37:03 Top