Tag Archive

Driving a Flex Application via Selenium 2 WebDriver

Published on November 22, 2010 By John Eccleston

A while ago my colleague Julia posted an article on acceptance testing a Flex application using Selenium. Now that Selenium 2 has been released I wondered how easy it would be to achieve the same functionality with WebDriver? As it turns out it isn’t all that difficult. The interaction with JavaScript in the Browser has [...]

Acceptance Test Driven Development

Published on April 23, 2010 By John Eccleston

At Black Pepper we use test driven development (TDD) as a matter of course. We enjoy it and see the benefits all the time. For several years now we’ve taken this a step further and practised acceptance test driven development (ATDD), and I thought I’d share the ideas. The concepts of ATDD are very similar [...]