I am just beginning automated testing, and I need to test the functionality of a template in Microsoft Word on both Mac and Windows 10. This template comes complete with what I believe is a VB form. I want to populate the form, and then read the saved file. Does anyone know how I might be able to do this with Python, Java, or something else?
Asked
Active
Viewed 126 times
0
-
Possible duplicate of [Automate website log-in and form filling?](https://stackoverflow.com/questions/1731752/automate-website-log-in-and-form-filling) – clinomaniac Apr 10 '18 at 21:00
-
This is not a duplicate as this is within Word itself and not a web form. – Forrest Bear Apr 10 '18 at 21:11
-
`PyAutoGUI` maybe? – Mark Setchell Apr 10 '18 at 21:22