Software Testing Articles: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps

Experiments with TDD

May 26, 2011 0

In this article, Vinay Krishna shares his experiment with Test Driven Development (TDD) and his transformation from coder to developer.

Diffusion Software Testing

May 5, 2011 0

The concept of diffusion testing is that you can automatically generate new test case data from existing test cases that yield a pass result.

Measuring Test Effort Progress with EVM

May 5, 2011 0

EVM is a simple quantitative technique that can be used to measure the schedule progress of any type of project, including a software-testing effort or some part of the overall effort. This article eplains what EVM is and walks you through an example of using EVM to measure software testing effort progress. It also describes when to use EVM and when not to use it.

Selenium Javascript Issues

May 4, 2011 0

Selenium is a great tool for acceptance testing of web applications: it works with real browsers, and drives them to exercise your application of choice in the same way a real user would do. There are however many issues in using Selenium to drive JavaScript-powered applications.

GivWenZen – Behavior Driven Development for FitNesse

April 28, 2011 0

This article presents GivWenZen. GivWenZen allows a user to use the BDD Given When Then vocabulary and plain text sentences to help a team get the words right and create a ubiquitous language to describe and test a business domain.

Eradicating Non-Determinism in Tests

April 14, 2011 0

Martin Fowler discusses the problem of non-deterministic tests – tests that sometimes pass and sometimes fail. Non-deterministic tests can completely destroy the value of an automated regression suite. This article outlines how to deal with them and presents treatments for the common causes for non-determinism: lack of isolation, asynchronous behavior, remote services, time, and resource leaks.

1 55 56 57 58 59 61