Tag Archive

Flex acceptance testing presentation at Flash Midlands user group

Published on April 20, 2010 By Kieran Shaw

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 [...]

Flex acceptance testing demo

Published on June 8, 2009 By Julia Dain

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 [...]

Running Selenium Flex tests in a Hudson job

Published on October 22, 2008 By Julia Dain

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 [...]