Software Testing Blogs: Load Testing, Unit Testing, Functional Testing

Acceptance Testing with Thucydide and Spring

September 30, 2011 0

Thucydides is an open source tool that lets you use WebDriver-based unit or Behavior Driven Development (BDD) tests to write more flexible and more reusable WebDriver-based tests, and also to generate documentation about your acceptance tests. In this blog post, John Ferguson Smart explains how you can use Spring dependencies in your acceptance tests with Thucydides if you need to run your acceptance tests against an embedded web server.

The 10 Minute Test Plan

September 6, 2011 0

In this blog post, James Whittaker explains how he decreased the time needed to create test plans by splitting the allowed time to produce them in 10 minutes slices.

Declarative Unit Testing in Java

August 29, 2011 0

In this blog post, Roger Hughes explains how SureAssert, an integrated Java unit testing tool for Eclipse, can help solving the problem of having to change your Java unit tests when you change part of your code. You use annotations to define a set of tests for each of your class’s methods instead of writing unit tests. SureAssert automatically checks the annotations, generate and run unit tests.

Paired Exploratory Survey

August 24, 2011 0

In this blog post James Bach explains the paired exploratory survey technique for software testing. A paired exploratory survey is a process where two testers confront one product at the same time for the purpose of learning a product, preparing for formal testing and/or characterizing its quality as rapidly as possible

BDD with Specflow, Moq and Microsoft Unit Testing framework

August 18, 2011 0

This blog post explains how to use Specflow, Moq and Microsoft Unit Testing framework to implement Behavior Driven Development in a .NET context. The author used AAA (Arrange-Act-Assert) and GWT (Given-When-Then) patterns in his code. They are clearly and easily to understand and become standard when you write unit testing and mocking.

Unit Testing with Design by Contract

August 15, 2011 0

In this blog post Sebastians Lutzky start a series of posts that will explain the concept of unit testing in the context of design by contract.

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.

1 12 13 14 15 16 23