Presentation: Embedded Technical Tester by Heather Tinkham

Friday, April 17, 2009

Download Episode

The idea of a tester-developer isn’t new, although they are often hidden in teams as the “automation guru”, the “(testing) tool smith”, or “Senior Test Engineer”. These are testers who have a solid background in QA tools and techniques, but also have a development background and can write automated scripts or even (gasp) help [...]

Presentation: Intro to Building Desktop-Style UIs: JavaScript on Grails by Torey Lomenda

Friday, April 17, 2009

Download Episode

The demand for increased interactivity with today’s web applications has resulted in a need to bring the familiar UI features of the desktop to the Web. With the availability of mature 3rd party JavaScript libraries, AJAX technology (DOM, CSS, JavaScript) provides a feasible way to fill this need. The presenter will walk through building [...]

Presentation: Testing Rich Client Web Applications by Jeff Hemminger

Friday, April 17, 2009

Download Episode

Making the move from sprinkling simple interactive Ajax controls into basic web applications to building feature rich clients with large JavaScript libraries brings with it some unique challenges. Among them is the need for better testing tools. The presenter will discuss some pros and cons of a few of the more popular web [...]

Object Partners, Inc. approach with agile methodology

Thursday, April 16, 2009

What brought us to Agile?
The most common software management technique in the past and today is called “waterfall” Software Development. As defined by Wikipedia, the definition for Waterfall development is a sequential development process, in which development is seen as flowing steadily downwards (like a waterfall) through the phases of Conception, Initiation, Analysis, Design [...]

Automated Integration Testing with HttpUnit and ServletUnit

Friday, April 3, 2009

One frequent hole in Test Driven Development (or any other comprehensive attempt to test) in Java web applications is the presentation layer. Especially when using an MVC pattern to separate the work from the display, the trend is to do that testing more or less “by hand.” After the rest has been written and tested, [...]