InfoQ

News

ThoughtWorks Announces Twist, Automated Functional Testing Platform

Posted by Chris Sims on Oct 06, 2008 06:00 AM

Community
Agile
Topics
Software Testing
Tags
ThoughtWorks ,
Commercial Product Releases ,
Automation ,
DSLs

ThoughtWorks Studios has created Twist, an integrated development environment for functional testing of web and Java applications. The tool provides a single platform for documenting user stories, capturing executable requirements, developing, maintaining, running and reporting on functional tests. A free trial version of Twist is currently available for download and evaluation.

One of the main features of Twist is support for domain specific languages (DSLs). The idea is that engineers can create a relatively simple, English-like language, which business people can easily read, and perhaps even write. Martin Fowler, who works for ThoughtWorks, has had a lot to say about DSLs recently. The following screen capture shows how the lines of DSL, which appear as a bulleted list, map to the underlying test automation.

Twist Screen Capture

Twist is implemented on the Eclipse platform, and uses Selenium and Frankenstein to do the actual automation.

Twist uses tagging to help organize tests. It is possible to run subsets of tests, by filtering based on the tags associated with the tests. The tags associated with a test might indicate:

  • Type of test runs which should include the test - Regression, smoke, performance
  • Feature or functional area
  • Release
  • Platform

The product also includes reporting. When a test fails, twist provides a report that shows the entire failing scenario, a screen shot of the application under test, when the test failed, and a complete stack trace of failure reasons.

The following table shows the announced pricing.

Single User Pack $1,000
5 User Pack $2,500
10 User Pack $4,500
20 User Pack $8,000

Twist joins Mingle and Cruise in ThoughtWorks Studios' suite of products.

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

web or http? by Christopher Brind Posted Oct 6, 2008 5:21 PM
Re: web or http? by Ketan Padegaonkar Posted Oct 7, 2008 7:47 AM
  1. Back to top

    web or http?

    Oct 6, 2008 5:21 PM by Christopher Brind

    By web, you mean HTTP based applications right? That is, I presume it doesn't support Flex or RIA techs that don't necessarily depend on HTTP protocol other than to deliver the client?

  2. Back to top

    Re: web or http?

    Oct 7, 2008 7:47 AM by Ketan Padegaonkar

    Twist supports pluggable drivers. This means that you can use abbot, frankenstein for swing applications, or flash-selenium for RIA applications.

    Basically you can plugin anything that has a java driver in order to test your application.

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.