» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with xp + testing

Continuous Integration

Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. This article is a quick overview of Continuous Integration summarizing the technique and its current usage.

ContinuousIntegration: http://del.icio.us/popular/ContinuousIntegration

Automatic Integration with CruiseControl.NET, NAnt, and NUnit

One of the most important and yet overlooked aspects of a software development project is the concept of regression testing during implementation. Regression testing is the practice of running tests for previously tested code following modification to ensure that faults have not been introduced or uncovered as a result of the changes made. In this article I will outline the need for continuous integration, automated builds, and testing, which support the tenets of regression testing and provide automation for the process. I will also introduce some of the free open source tools that can be used to effectively employ a continuous integration process, and we'll take a look at a scenario that demonstrates their use.

NAnt: del.icio.us/tag/nant

Using Band XI's FitNesse Plugin for Eclipse

Band XI's plugin makes it easy to run FitNesse from within Eclipse and to edit the Java code and FitNesse pages in one place. Hence, no more switching between<sep/>

Eclipse: del.icio.us/tag/eclipse

agile advisor: Customer Testing with Ruby, Watir, RSpec and ActiveRecord

Very good ideas about using Watir, scripted with rspec, to do customer testing. I can clearly see an evolution into a DSL that is manageable by the customer.

Watir: del.icio.us tag/watir

Welcome to The New JUnit.org! | JUnit.org

This site is dedicated to software developers and testers using the JUnit testing framework.

opensource: del.icio.us tag/opensource

Enterprise Java Community: Unit-Testing Hibernate With HSQLDB (p)

Unit-Testing Hibernate With HSQLDB April 2005 Discussion The Motivation I`ve used lots of methods to transform data between databases and object code. From hand-coded SQL to JDO to EJB. I`ve never found a method I liked

Hibernate: del.icio.us tag/hibernate

JMeter - Apache JMeter

Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
* fa sia test di carico ch

JMeter: del.icio.us/tag/jmeter