sfermigier + unit 17
JUnit Test Infected: Programmers Love Writing Tests
march 2006 by sfermigier
The original article on Test Driven Development by Kent Beck and Erich Gamma. A great primer on TDD and an intro to how to use JUnit.
edosqa
article
testing
unit
march 2006 by sfermigier
Jakarta Cactus
march 2006 by sfermigier
Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...). The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-conta
edosqa
software
java
testing
unit
march 2006 by sfermigier
Hansel
march 2006 by sfermigier
Hansel is an extension to JUnit that adds code coverage testing to the testing framework. Much of the source code is taken from Gretel a "Residual Test Coverage Monitoring"-Tool developed at the University of Oregon.
edosqa
testing
software
java
unit
coverage
march 2006 by sfermigier
py.test
march 2006 by sfermigier
A "more python" unit testing framework for Python
edosqa
testing
unit
python
software
march 2006 by sfermigier
Python-Mock
march 2006 by sfermigier
The idea behind the Python Mock class is simple. It can mimic any other Python class, and then be examined to see what methods have been called and what the parameters to the call were. The constructor for the Mock class takes an optional dictionary speci
edosqa
software
testing
python
mock
unit
march 2006 by sfermigier
Mock Roles, not Objects - OOPSLA 2004
march 2006 by sfermigier
Mock Objects is an extension to Test-Driven Development that
supports good Object-Oriented design by guiding the discovery of
a coherent system of types within a code base. It turns out to be
less interesting as a technique for isolating tests from thi
edosqa
article
testing
mock
unit
filetype:pdf
media:document
supports good Object-Oriented design by guiding the discovery of
a coherent system of types within a code base. It turns out to be
less interesting as a technique for isolating tests from thi
march 2006 by sfermigier
pMock
march 2006 by sfermigier
pMock is a Python module for testing Python code using mock objects.
edosqa
software
python
testing
unit
mock
march 2006 by sfermigier
QUnitTest
march 2006 by sfermigier
QUnitTest is an easy-to-use GUI framework and application for use with the Python unit testing framework. It can be used to conveniently execute unit tests and suites, and then display the results in a useful fashion.
edosqa
software
python
testing
unit
march 2006 by sfermigier
JUnit, Testing Resources for Extreme Programming
march 2006 by sfermigier
Welcome to JUnit.org. This site is dedicated to software developers using JUnit or one of the other XUnit testing frameworks. We'll be adding more content and web-based services over time. Initially we'll be providing links to give you a one-stop destinat
edosqa
software
java
testing
unit
march 2006 by sfermigier
Python Testing Tools Taxonomy
march 2006 by sfermigier
An exhaustive list of Python-based qa tools.
edosqa
collection
testing
unit
web
functional
gui
static
python
coverage
continuous-integration
march 2006 by sfermigier
Copy this bookmark: