Jump to content

Whether AutoIt Script Supports .Net Application


 Share

Recommended Posts

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

  • 3 weeks later...

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...