Maciej Posted February 7, 2014 Posted February 7, 2014 Hi, Is it possible to use AutoIt for testing Windows Standalone C# application (written in VS2008)? I would like to perform some GUI tests (click on buttons, fetch data from specific fields and provide data to other ones.) Unfortunately AutoIt Windows Info doesn't recognize these fields in my app. As these fields are auto-generated and can be expanded or moved so just using method "point and click" by providing position is not an option. So, once again, are there any plans for supporting Windows application written in C# ? BR, Maciej
FireFox Posted February 7, 2014 Posted February 7, 2014 Hi, If the controls are not detected with the infotool, then they are not standard sys/win32 controls. Thus you won't be able to control them with the Control* functions. Br, FireFox.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now