InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Second Functional Test Workshop Results

Posted by Mark Levison on Aug 05, 2008

Sections
Process & Practices,
Architecture & Design,
Development
Topics
Agile ,
Agile Techniques ,
Research ,
Software Testing
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

In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!

Level of Precision by Curtis Olson Posted
Re: Level of Precision by Mark Levison Posted
  1. Back to top

    Level of Precision

    by Curtis Olson

    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.



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



    Curtis Olson

  2. Back to top

    Re: Level of Precision

    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

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.