Opinions requested, please. I lave a large C# application that primarily has many custom data entry pages. It also produces on-screen graphics.
I want to produce a test application to controlthe target application via the UI. I can make minor mods to the target,such as adding AutomationId to the various UI elements for easier access.
My question:
What are the preferred test platforms? I wouldlike the test app to use C#, but am comfortable with Python, Java, and other languages.
TIA
What I have tried:
Most of my searching has yielded 10+ year old advice, or general automation information,such as for unit testing.