VinodJain Posted December 19, 2006 Share Posted December 19, 2006 Hi I want to know whether AutoIt Scripting Language is useful for automatic testing for .NET Applications (like created in C#). I have a huge application created in C# which interacted with SQL 2000 Database. It has more than 85 user interface screens. Can I use AutoIt scripting tool for automatic testing for .Net Application? If yes then, can you provide some sample codes for .Net application for automatic testing? I have downloaded latest version of AutoIt 3.0 from site. Please help me on this issue. Thanks in Advance. Vinod Jain devFoundry InfoCom (P) Ltd. Jaipur- India Link to comment Share on other sites More sharing options...
Zedna Posted January 6, 2007 Share Posted January 6, 2007 It depends on what kind of automation you want to do. There is no problem use Send(), MouseClick(), Win...() functions. but if you would use ControlSend(), ControlClick() ControlGetText() ControlCommand(),, Control...() then you may be in trouble. It's because .NET uses nonstandard controls with non stable control ID's. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
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