Category: Scripting

Set Desktop Icon Positions

January 19, 2006 by Marcus Tettmar in Scripting

Cosmo asked in his comment on How to Start Writing an Automation Script how he could set the position of a desktop shortcut. This is an interesting question that hasn’t come up before and it took me a while to realise how it could be done. You may wonder why you’d even want to do […]

Read more »

How to Start Writing an Automation Script

January 17, 2006 by Marcus Tettmar in Automation, Scripting

These are my tips for getting started with writing an automation script.  While I’m, writing this with our Windows Automation tool, Macro Scheduler, in mind, these tips will be appropriate whichever automation tool you are using. The most important thing before attempting to write a routine to automate a software process is to be familiar […]

Read more »

Keyboard Shortcuts

January 16, 2006 by Marcus Tettmar in Automation, Scripting

As mentioned in my last post, the easiest, most reliable way to automate an application is via keyboard shortcuts. But I’ve found that many people are so used to using the mouse that they don’t even realise you can use the keyboard to move around Windows applications. Some things I take for granted are completely […]

Read more »

Why it’s Good to Automate

January 13, 2006 by Marcus Tettmar in Automation, Scripting

One of the best ways to learn to use a software product fully is to try to automate it. Testers and automators have to learn the software’s interface really well, possibly better than the people who wrote it. Ok, the developers know the algorithms better than anyone else, but it is the person automating it […]

Read more »

Chained AutoLogon Sequence

January 10, 2006 by Marcus Tettmar in Scripting

Someone recently asked if we could add a new feauture to AutoLogon that would allow several macros to be scheduled one after the other without logging off in between.  At present AutoLogon works at the macro level.  It logs in, runs the macro and then logs out again.  What if you want to schedule several […]

Read more »

Image Recognition

January 3, 2006 by Marcus Tettmar in Scripting

When we are automating Windows applications we nearly always need to be able to detect new windows and wait for windows to open and close and be ready etc.  Unfortunately there are times when this is not possible.  Flash applications for example are just exposed as graphics and expose no windowed controls that we can […]

Read more »