We are developing Office Add-ins (apps for office) and we want to automate the testing for continuous delivery by using VSTS.
Because the Add-ins are web apps I wanted to use tools like Selenium, but that doesn't seem to work because the app is not in a browser (but is using the IE engine from within Word)
I tried using the Coded UI tests from visual studio, but they are not functioning correctly. It seems to handle some basic UI events, but even simple things typing text result in unpredictable behavior. (missing characters, clicking the wrong items).
I hope someone else has some experience on how to do this?
Thank you very much.