Automated Testing on Outlook Add-in

1.8k Views Asked by At

I currently have a Microsoft Outlook add-in that I would like to run automated testing on. I can't seem to find much out there on automation of Outlook so any advice would help. A quick run down of what the script should do is simply open Outlook, click on the correct tab containing the add-in, open the add-in (will appear in a pop up window), and fill out the necessary fields in the add-in and submit. This should all be done without interfering with the user (no moving the mouse etc).

I've taken a look at AutoIT and it seems to be able to handle what I want to do, but I wanted to see if there was anything out there that would be better suited for this task. Thanks for any help or advice.

1

There are 1 best solutions below

1
On

For anyone interested in the answer, I'm using a combination of AutoIT and Selenium to handle my automation. This link was extremely helpful.