There are plenty of frameworks for automating GUI’s but often have a hefty price tag. Well there’s one for free called WASP and it’s for PowerShell. I’ve not used it yet myself but with a really simple set of cmdlet’s such as Select-Window, Select-Control, Send-Click and Send-Keys it looks like a really easy way to build up simple scripts. I could imagine this being fairly useful for developing some simple integration test scripts.