I know about autoit and about autohotkey but I am not sure that they are the same. What other good automation programs are there? Should I use different programs for automatic browser mouse clicks and keyboard pressing?
|
|
A Google search with the keywords "browser test automation framework" will yield many links for you to check. These frameworks usually handle mouse clicks and keyboard pressing. I do not recommend using different software for automating mouse clicks than for automating keyboard pressing. If you believe you have special needs that would motivate doing so, you should alter your question to describe those needs. Two frameworks frequently mentioned in this forum are Selenium and Watir. |
|||||||||||
|
|
You might want to check out TestApi at http://testapi.codeplex.com/ Also, automation frameworks emulate key presses or mouse clicks via messages directly to the OS which bypasses the keyboard and mouse hardware & drivers. |
|||
|
|
|
if you just want to emulate mouse clicks and keyboard keystrokes have a look @ selenium IDE its an addon for firefox it should cover your needs. If you want to test the same scenarios in other browsers you can export your tests and run them under selenium webdriver |
|||
|
|
|
You might wish to investigate the freeware versions of iOpus iMacros. |
|||
|
|