A few weeks ago I was asked by my friend and ex-colleague Steve Carpenter to present at the Flash Midlands user group. I couldn’t resist the opportunity to spread the word about acceptance testing for Flex/Flash that we’ve written about here before (Flex acceptance testing demo, Running Selenium Flex tests in a Hudson job and Flex [...]
The app under test is a simple demo of several Flex widgets. The acceptance tests aim to verify that interacting with the widgets produces the desired results on the page. Each test automatically interacts with a widget and checks the result with a JUnit assertion.
The tests are written in Java as JUnit tests and use [...]
I’ve written in an earlier
blog entry
about writing acceptance tests in Java for a Flex front ended web app, using Selenium RC. Here I’ll describe how we added those tests to our continuous integration build, using a Hudson job as part of our
build-and-deploy pipeline.
Our web app comprises two components, a Java server-side component and a Flex [...]