Reputation: 2383
I am writing my own GUI with .NET (C#) and I want to use a python script to click buttons for me automatically and read from text boxes etc. I've tried the Google searches but nothing really helpful. Is there a library that I need to download for .NET or is there a module in python that will do what i"m looking for. I'm sure it can be done, I just don't know where yo start
Upvotes: 0
Views: 898
Reputation: 31
I have used AutoIt in the past for GUI testing where I needed to actually test the GUI controls.
http://www.autoitscript.com/site/autoit/
Upvotes: 3
Reputation: 970
It sounds like you might be looking for a test automation tool, to script GUI events. I looked into using Ranorex for that a while back, and it looked very capable, but it was too expensive and overkill for my needs.
Upvotes: 1