Agile 2009 - junit http://agile2009.agilealliance.org/taxonomy/term/263/0 en Growing Object-Oriented Software, Guided by Tests http://agile2009.agilealliance.org/node/863 <p>This hands-on advanced workshop teaches incremental Test-Driven Development, showing how to grow code one feature at a time. It will show: how to use tests at multiple levels to focus on requirements, how to use unit tests to drive the discovery of roles and responsibilities in your design; and how to write resilient tests that express your intent and don&#8217;t break for irrelevant changes.</p> <p>The workshop is for programmers who want to improve their TDD practice. It has been presented at several conferences, one review from XpDay London was &#8220;Incredibly useful; the best technical I’ve heard&#8221;.</p> http://agile2009.agilealliance.org/node/863#comments Developer Jam Clinic design hamcrest jMock junit Mock Objects object-oriented test-driven development 180 minutes Tue, 03 Feb 2009 11:35:05 +0000 steve.freeman 863 at http://agile2009.agilealliance.org Test Driven Development in Java: Live and Uncensored http://agile2009.agilealliance.org/node/713 <p>One of the barriers to wider adoption of TDD is that it is best taught from within a team, and the technical challenges of writing tests frequently thwart those looking to teach themselves. This session will be a live demonstration of Test Driven Development in Java, using Eclipse and JUnit, aimed at those new to TDD and looking to learn. Audience members will be encouraged to follow along on their own laptops as we walk through common scenarios that frequently discourage new TDDers, and demonstrate some techniques for overcoming them in a live coding session.</p> http://agile2009.agilealliance.org/node/713#comments New to Agile Demonstration agile skepticism beginner junit progammer testing Skeptic tdd test test-driven development testing 90 minutes Fri, 30 Jan 2009 04:00:26 +0000 bjrady 713 at http://agile2009.agilealliance.org Continuous Testing Evolved http://agile2009.agilealliance.org/node/712 <p>Continuous Testing (CT) is a developer practice that shortens the feedback loop established by Test Driven Development. It gives you near instant feedback about the correctness of your code, and helps you find bugs as quickly as syntax errors. This session will cover how CT has evolved in the last year, it&#8217;s current capabilities, and limitations. The presenters will also show several demos of the practice using freely available continuous testing tools, and examine how these tools can be integrated with existing infrastructure to bring the benefits of CT to a wider audience. </p> http://agile2009.agilealliance.org/node/712#comments Tools for Agility Demonstration continuous development driven infinitest integration java junit tdd test testing 90 minutes Fri, 30 Jan 2009 02:40:55 +0000 bjrady 712 at http://agile2009.agilealliance.org Back to Basics - Writing Expressive Tests Without All The Wizardry http://agile2009.agilealliance.org/node/432 <p>There are quite a few good tools available for developers who are interested in writing more expressive tests. These cover a broad spectrum from unit testing and mocking frameworks to executable requirements platforms. But sometimes in our excitement for learning new tools we overlook the most useful tool of all&#8230;the language features of our chosen programming language. In this session we will get back to basics by exploring how you can write more expressive tests using the language features of Java, the framework features of JUnit, and the practice of Behavior Driven Development.</p> http://agile2009.agilealliance.org/node/432#comments Tools for Agility Talk BDD java junit tdd testing 90 minutes Tue, 20 Jan 2009 22:35:31 +0000 rcoffin 432 at http://agile2009.agilealliance.org