Full Stack Software Testing with Docker

December 9, 2015 0

One of the problems we face in automated system testing is how to setup and manage the life cycle of the included applications. Traditional virtualisation technologies can provide solutions to these problems, but at the price of heavy resources requirements and unacceptably long startup times. Docker on the other hand, with lower resource requirements and shorter application startup times, has seen a lot of interest lately for looking like a better fit for automated system testing.

Planning Agile Tests With Models

December 8, 2015 0

Performing software testing in an Agile project doesn’t mean that it should be improvised. In this article from their book “More Agile Testing”, Janet Gregory and Lisa Crispin looks at some foundations of Agile test planning using the Agile testing quadrants.

Stop Hating your Test Suite

November 24, 2015 2

Your application is a unique snowflake. Your software tests are too… but they shouldn’t be! Years helping teams write better tests has taught me one thing: consistency is crucial. Inconsistent tests slow teams down, wasting time to understand how each test works.

Backbone.js Testing

November 23, 2015 0

Backbone.js is an open source JavaScript framework that aims to structure web applications by providing models with key-value binding and custom events, collections with a rich API of functions, views with declarative event handling and a RESTful JSON interface. The book “Backbone.js Testing” offers a nice overview on how to test JavaScript code in general, and more specifically Backbone.js applications.

Exploratory Testing Chrome Extension

November 17, 2015 0

The Exploratory Testing Chrome Extension is a free and open source extension for the Chrome browser that is designed to make exploratory testing of web sites easier. This extension will allow you to take notes during your exploratory testing sessions with a nice set of additional features.

Early Performance Testing

November 11, 2015 1

Software development and deployment contexts have changed considerably over the last decade with Agile approaches. Performance testing has had difficulty keeping up with modern testing principles and software development and continuous deployment processes.

Unit Testing a Require.JS App

November 9, 2015 0

Require.JS is an open source JavaScript file and module loader. In this blog post, Ben Wilhelm explains how to add unit tests to a Require.JS application without spending a large effort in refactoring the apps.

1 91 92 93 94 95 171