3 weeks later... I have three types of automation - some flows that navigate through our web app, some that run and verify console apps, and one that calls a web API. All are currently desktop flows, and run locally on my laptop. So, as far as proving the concept, got that done. They're expanding me to Premium hopefully this week, so I can explore branching out. So, looking at what tools I need to do test automation:
- Run browser, other command and windows applications
- Read browser screen/page, get and put data
- Read Windows UI screen, get and put data
- Access HTTP calls to send data to/from APIs
- Read Excel/PDF exports to verify they match the on-screen data
- Trace and log results
- Report back to Azure on results
I've managed to do everything except that last one, but expect to do that with Premium, and if not, maybe build a custom connector to that database or something. So, so far looks great, using the tool successfully in a way that may not ever have been intended.