Jump to content

Soak Testing Script


Recommended Posts

Hi,

I'm trying to find a way of setting up monkey testing for a windows application we have developed. Is autoIT able to cope with this? The initial problems I see is that it will need to know what the active controls is, i.e. if AutoIT clicks on a textbox then it needs to know to enter text, or if it clicks a dropdown then to choose an item form the list. is this possible?

Link to comment
Share on other sites

Hi,

I'm trying to find a way of setting up monkey testing for a windows application we have developed. Is autoIT able to cope with this? The initial problems I see is that it will need to know what the active controls is, i.e. if AutoIT clicks on a textbox then it needs to know to enter text, or if it clicks a dropdown then to choose an item form the list. is this possible?

I believe this is possible there are many commands that can be used. Look at the help file.
EndFuncAutoIt is the shiznit. I love it.
Link to comment
Share on other sites

absolutely easy to do withAutoIT, look at the INET controls in the help file. There is also some FireFox controls but the IE ones should be much more stable since they have been out a long time.

You can even make it work with programs and not IE by using mouse coordinates.

This thing is great for QA work.

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...