functional testing

  • submit to reddit

Test-Driven Development with OSGi

For my thesis in Computer Engineering I'm working on a project built over an OSGi framework. As always, I'm guided by test since I apply Test-Driven Development all the time at the acceptance and unit level. I thought it would be nice to share my experiences...

2 replies - 9083 views - 05/13/10 by Giorgio Sironi in Articles

Marathon 2.0b4

We are happy to announce Marathon 2.0b4. This is a feature complete release for 2.0 stream.

0 replies - 2070 views - 01/08/09 by Dakshinamurthy Karra in Announcements

Marathon Java GUI Test Tool - 2.0 Release

We are happy to announce 2.0 stream of releases for Marathon. Marathon is a GUI test tool that allows you to play and record scripts against a Java Swing UI application. It is written in Java, and uses Python and Ruby as its scripting language (the emphasis...

7 replies - 6084 views - 10/21/08 by Dakshinamurthy Karra in Announcements

ThoughtWorks Introduces Twist functional test tool for Java developers

ThoughtWorks released a "beta" of Twist, a new commercial functional testing platform for software teams. Twist features a design environment using an English-like syntax for test creation. It looks like the underlying technology has its roots in...

2 replies - 6023 views - 09/30/08 by Frank Cohen in Announcements

Functional Web Services Testing Made Easy with SoapUI - Part 3

In the first two parts(part 1 and part 2) of this series we have seen how to use SoapUI to write functional tests for web services and also how to use Groovy for test setup, properties transfer, and assertions.

16 replies - 67864 views - 05/19/08 by Meera Subbarao in Articles

Functional Web Services Testing Made Easy with SoapUI - Part 2

Part 1 of this series helped provide the background needed to begin exploring web services testing. We learned the basics of SoapUI and how easy it was to write functional tests without writing a single line of code. We also saw how to add assertions to these...

23 replies - 119161 views - 05/12/08 by Meera Subbarao in Articles

Functional Web Services Testing Made Easy with SoapUI - Part 1

Service-oriented architecture (SOA) and web services are becoming more and more popular in many development projects. In Java or .NET, exposing your business logic component as a web service is as simple as adding a few metadata annotations. Likewise, once...

21 replies - 108003 views - 05/06/08 by Meera Subbarao in Articles