Wednesday 10 June 2009

Implementing Automated Testing by Elfriede Dustin, Thom Garrett & Bernie Gauf

This book presents a comprehensive treatement of the domain of software testing automation. The first part defines and describes test automation, proposing a business case for automation and discussing the pitfalls that should be avoided. The second part is a roadmap for test automation. It gives six keys for software testing automation payoff:
1. Know your requriments
2. Develop a strategy
3. Test your tools
4. Track progress and adjust
5. Implement the process
6. Put the right people in the process.
Four appendixes complete the book. They provide a process checklist, explain how automation applies to various testing types, disscuss tools evaluation and give a case study.

The fact that the autors have worked with the Defence industry might have affected the way the book was conceived and written: with structure and rigor. The discussions, recommandations, references and tools suggestions apply however to every software testing situation and not only to organization that are strongly process oriented. The aim of the book is to be a guide that can help to implement successfully automated software testing and it certainly achieve its objective.

Reference: “Implementing Automated Testing”, Elfriede Dustin, Thom Garrett & Bernie Gauf, Addison Wesley.

Get more details on this book or buy it on amazon.com
Get more details on this book or buy it on amazon.co.uk

Applying User Testing During Development

This presentation focus on the relationship between Production, Game Design, and User Research (Usability). What it takes to prepare game builds for User Research, what the goals are for the usability test, and what Production and Design do with the results. Halo3 will serve as the primary example.

Friday 5 June 2009

Don’t Mock Yourself Out

An interesting video on mocking. Used appropriately, mock objects are a powerful design tool that can lead to highly maintainable applications.

http://www.testingtv.com/2009/05/28/dont-mock-yourself-out/