InfoQ

News

Second Functional Test Workshop Results

Posted by Mark Levison on Aug 05, 2008 10:20 PM

Community
Agile
Topics
Agile Techniques ,
Software Testing ,
Research
Tags
agile2008 ,
Acceptance Testing

The second Agile Alliance Functional Test Workshop was held as a pre-conference session before Agile 2008. It was run as a series of open space sessions facilitated by Jeff Paton. The primary purpose of this workshop was to discuss cutting-edge advancements in and envision possibilities for the future of automated functional testing tools.

In response to the purpose the group created a diverse list of open space sessions:

  • Narrative Testing – what is and how can it help.
  • Why hasn’t Acceptance first development taken off.
  • Tests vs. Specifications – what is we’re writing?
  • Tool Clearing house? Why so many tools?
  • User Understandable Tests vs. the Power of Programming
  • HTML: ideal testing DSL or an abomination?

After a lunch the group conducted a “Futurespective” – a retrospective looking a year into the future. The goal was to identify things that we wanted to happen in the next year. The group discovered several big needs, among them articles that explain current best practices in functional testing and the distinction between test frameworks (tools that run and report tests) and drivers (tools responsible for translating the tests into the language of the system under test).

On the subject “Why hasn’t Acceptance Test Driven Development Taken Off”:

Programmers

  • miss the fun / aha! moments / benefits that they get
    from UTDD (Unit Test Driven Development).
  • there is a difference in scope and cadence of tests.
    ("Cadence" became a key word people kept coming back to.)
  • laborious writing of fixture, which doesn't feel as valuable as "real
    programming".

Business People

  • don't see the value (or ROI) from ATDD (Acceptance Test Driven Development)
  • they are not used to working at that level of precision
  • no time
  • they prefer rules to examples

The session on Tools resulted in agreement to build a clearing house for Agile Functional Test Tools. Among many attributes the group decided to characterize tools by certain attributes:

  • Test Input Format (XML, HTML, Java, Groovy, Vendor Script)
  • Support for Writing a Domain Specific Language
  • Test Target: Windows Application, Browser based, WinForms, Eclipse Rich Client

Work is just beginning on classifying the tools.

Additional session notes: Tests vs. Specifications/Requirements, Tests vs. Examples,  Narrative Testing and pictures are available. Finally Mike Debbo has published his as AA-FTT 2008 workshop redux, part 1 and part 2.

Previous InfoQ articles: Workshop Announcement and Last years workshop: “Next-Generation Functional Testing

Related Sponsor

VersionOne is recognized by Agile practitioners as the leader in Agile project management tools. Companies such as Adobe, BBC, CNN, Dow, HP, IBM, Sony and 3M have turned to VersionOne to help deliver greater value to their customers.

2 comments

Reply

Level of Precision by Curtis Olson Posted Aug 6, 2008 12:54 PM
Re: Level of Precision by Mark Levison Posted Aug 7, 2008 12:50 PM
  1. Back to top

    Level of Precision

    Aug 6, 2008 12:54 PM by Curtis Olson

    <p>I had something of a Eureka moment when I read that. I've noticed that everyone but programmers and testers get annoyed when asked to focus on low-level details (including not just customers, but managers and even requirements analysts). I think this "impedence mismatch" of expectations between business and technical people is the primary cause of "scope-creep" - and we all know what that leads to. Managing expectations is difficult at best, and I have yet to see a business person get excited about co-authoring acceptance tests. Typically, management will attempt to separate techies and business folks when they notice any annoyance on the customer's part, so co-authoring falls to the wayside.</p>

    <p>I'm interested to hear more about this, particulary discussions regarding business people deriving more benefit from acceptance testing.</p>

    Curtis Olson

  2. Back to top

    Re: Level of Precision

    Aug 7, 2008 12:50 PM by Mark Levison

    I'm glad the discussion helped. I had a whole bunch of ahha moments on Monday. Along with one like you had, I also understood that some tools are drivers and others are frameworks.

    I hope you're able to join us on aa-ftt mailing list (yahoo groups).

    Cheers
    Mark Levison

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.