0

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

3
  • 1
    If you're writing the GUI yourself, why would you want this, rather than running it against the underlying layer directly? Commented Apr 3, 2012 at 15:25
  • I would recommend using Powershell. msdn.microsoft.com/en-us/magazine/cc163301.aspx Commented Apr 3, 2012 at 15:29
  • 1
    If you write your OWN GUI, why don't you add your OWN c# code click buttons within your OWN code..!?!? Commented Apr 3, 2012 at 15:33

2 Answers 2

3

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/

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.