Keyton Weissinger
Company: Radiant SystemsE-mail address: keyton@weissinger.org
Website address:
Keyton Weissinger is the founder and principal developer for Key Focus, Inc. He writes and edits for O'Reilly & Associates. At his day job, Keyton is the manager of the lodging development group for Radiant Systems in Atlanta, Georgia. You can contact him at keyton@weissinger.org.
Articles:
Web application testing with Puffin: Part 2 - 2004-06-03
In Part 1 of this series, Keyton introduced his Puffin framework and showed how it helps you automate (potentially interrelated) HTTP calls in order to test a dynamic Web application. Since that article appeared, Keyton has redesigned and expanded the core engine. The latest version of the Puffin framework now allows you to automate a wider variety of actions including Web, file, database, socket, and command line (along with custom actions that are a simple framework extension away). With these latest improvements, you can now use Puffin (renamed the Puffin Automation Framework) for not only Web application testing but also system monitoring and data transfer automation. This article introduces the key concepts behind the system's architectural improvements and discusses its newly extended use.
Read Tutorial View Tutorial Discussion
Web application testing with Puffin: Part 1 - 2004-05-26
This first of four articles introduces the Puffin testing system. Puffin is an open source framework for testing Web applications. With Puffin you can build dynamically driven regression tests for even the most complex Web applications. Written in 100% Python, Puffin is easily extended to handle even obscure testing conditions.
Read Tutorial View Tutorial Discussion