Tutorials, articles, tools and resources on how to apply functional testing in software testing

Functional Testing of a MVVM Silverlight Application with Fitnesse

October 24, 2011 0

This blog post gives a short tutorial on how to deal with the several issues that prevent the use of functional testing tools (e.g. Fitnesse) with a Silverlight project out of the box. A recent experience with a Silverlight application showed that the approach produces a little overhead, but that this overhead is negligible compared to the benefits of automated functional testing involving the ViewModels.

Functional Testing with Arquillian

September 21, 2011 0

This article explains how to use Arquillian to test a web UI of the application you are building. The mission of the Arquillian project is to provide a simple test harness that abstracts away all container lifecycle and deployment from the test logic so developers can easily produce a broad range of integration tests for their enterprise Java applications. This article exercises the following tools: Arquillian, Arquillian Drone, ShrinkWrap Maven Resolver and Selenium.

Automated Functional Testing with JMeter

August 15, 2011 0

In this blog post, David Tobey shares with us how he used the open source load testing tool JMeter for functional testing. JMeter allows him to automate part of the functional testing process, making it more reliable and less time-consuming.

The Next Generation of Rails Functional Testing

August 15, 2011 0

Story Driven Development (SDD) helps close the gap between the language of developers and product owners so they can clearly define when software is “done”. Readable and executable product requirements are now possible. We’ll explore tips for integrating SDD into your existing workflow and cover technical details for implementing and maintaining stories using cutting-edge tools and libraries.

Selenium IDE Plugins

August 1, 2011 0

Selenium IDE is pretty much ‘feature complete’ in terms of a record-and-playback editor. This shows what you can do with the existing Plugin API, gives a peek into the future of it and explains why less ‘in the editor’ is better for the long term success of Selenium IDE.

Selenium and Cucumber

May 25, 2011 0

Wouldn’t it be nice to have the Business Analyst write out the acceptance criteria in plain English, and then have those criteria run as tests? Join us for a beginner to intermediate walk through of Cucumber and Selenium. Learn how to write tests that are easy to understand and run. There will be plenty of examples and sample code to get you going in the right direction.

1 10 11 12 13 14