Posts tagged as:
unit-testing
Daily del.icio.us for Nov 27, 2007 through Dec 01, 2007
- Scientific American: The Secret to Raising Smart Kids - More than three decades of research shows that a focus on effort?not on intelligence or ability?is key to success in school and in life
- An Open Letter to the OpenDS Community and to Sun Microsystems - cn=Directory Manager - If Sun is unable to ensure that their middle management is on the same page as the senior management setting the open source strategy and the engineers making it happen, then it won?t take too many more incidents to start to question Sun?s true intent
- Scientific American: The Secret to Raising Smart Kids - More than three decades of research shows that a focus on effort?not on intelligence or ability?is key to success in school and in life
- An Open Letter to the OpenDS Community and to Sun Microsystems - cn=Directory Manager - If Sun is unable to ensure that their middle management is on the same page as the senior management setting the open source strategy and the engineers making it happen, then it won?t take too many more incidents to start to question Sun?s true intent
- Manage RSS feeds with the Rome API - Java World - In this article John Ferguson Smart shows you how to use the Rome API to read and process RSS feeds in any format. You'll also learn how to set up an RSS feed to deliver build reports in a continuous integration environment, using Continuum as your CI ser
- Velocity or FreeMarker? - Java World - In this article, Jeroen van Bergen explains where template engines fit into your application architecture and shows you some of the operations common to all template engines. Finally, he compares the two leading Java template engines, Velocity and FreeMar
- John Resig - The World of ECMAScript - The World of ECMAScript is a full map detailing everything that exists within the world of ECMAScript (with JavaScript, ActionScript, and JScript being its most-famous implementations)
- .NET Community News Forum - Microsoft Releases .NET 3.5, Visual Studio 2008 - Microsoft released today the latest version of its .NET runtime, including many enhancements to the C# language, as well as a major update to its developer tools suite.
- Enterprise Java Community: Design to Unit Test - The key to writing good unit tests starts with a good design. Design should facilitate unit testing. A design thought out on solid design principles like creating clean interfaces, composing objects correctly, using dependencies properly help writing test
- Rails Yet To Make Dent in the Enterprise - The eardrum-rupturing buzz around Ruby on Rails among Web developers is understandable. So why is this free, open, easy-to-use, passionately advocated Web-app framework having such a hard time gaining serious traction in the enterprise?
- HTML V5 and XHTML V2 - While the intention of both HTML V5 and XHTML V2 is to improve on the existing versions, the approaches the developers chose to make those improvements is very different.
Related posts
Daily del.icio.us for Aug 04, 2007 through Aug 09, 2007
- New elements in HTML 5 - HTML 5 introduces new elements to HTML for the first time since the last millennium. New structural elements include aside, figure, and section. New inline elements include time, meter, and progress. New embedding elements include video and audio.
- Download Query Express - Query Express is a simple Query Analyzer look-alike, but being small and free it can be run where the SQL Server client tools are not installed or licensed. This makes it especially useful as a query tool for MSDE and SQL Express. It also connects to Orac
- Videocast: How to Succeed at Unit Testing by Agitar Software - In this Tech Talk Alberto Savoia, CTO of Agitar Software explains how his early experiences with agile development at Google turned him into an evangelist for unit and developer testing, but also made him realize that, without some automation, most develo
- Bill de hÓra: Tab switching with SiteMesh - Using SiteMesh and CSS selectors for menus - Here's another technique that uses the SiteMesh's decorator:getProperty tag and leverages CSS selectors instead of scripts.
- Introduction to scripting in Java, Part 2 - Java World - How will scripting affect the runtime performance, robustness, and maintainability of your Java applications? Find out more from Dejan Bosanac's 'Scripting in Java: Languages, Frameworks, and Patterns' AW book
- Building a better Zebra Table | geeks not nerds - Today while surfing I stumbled onto this site: Stripe your tables the OO way. After reading it, I realized that it was hopelessly overcomplicated for what it needed to do, so I thought I'd write a better one
- CSS Juice - Design, Tutorial, Showcase and more » 13 Online Generators for Web 2.0 Design - Here is the list of online generator particularly for web 2.0 design
- In Silicon Valley, Millionaires Who Don?t Feel Rich - New York Times - By almost any definition - except his own and perhaps those of his neighbors here in Silicon Valley, Hal Steger has made it. Mr. Steger, 51, a self-described geek, has banked more than $2 million
- Ext JS Blog - Ext v1.1 Released - The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 version includes the new stand-alone version of Ext, a lightweight HTML editor, a new Ext.Ajax utility class, enhancements to DateField and DatePicker
- HtmlUnit: Re-synchronize AJAX Calls for Simple, Deterministic Test Automation « Marc Guillemot?s blog - The upcoming release of HtmlUnit will contain a very large number of fixes and improvements (particularly for the JavaScript support of libraries like Prototype or GWT). An interesting new feature is the experimental AjaxManager that allows to easily cont
- Enterprise Java Community: JBoss Seam: A Deep Integration Framework - JBoss Seam is an open source "deep integration" framework that tries to have the best of both the Java EE and Spring worlds. It started out to address the design flaws between two key Java EE frameworks: JSF and EJB3.
Related posts
Daily del.icio.us for Feb 23, 2007
- jQuery: jQuery and Jack Slocum's Ext - The jQuery Project and Jack Slocum?s Ext Project have partnered to integrate the amazingly lightweight and powerful jQuery framework with Ext?s awesome UI library
- AJFORM - World's easiest AJAX Forms API / JavaScript ToolKit - AJFORM is a JavaScript toolkit which simply submits data from any given form in an HTML page, then sends the data to any specified JavaScript function
- Bamboo - Continuous Integration and Build Server - More than a conventional continuous integration (CI) server, Bamboo provides Build Telemetry to help identify and highlight trends, patterns, and linkages across builds ? not just focusing on the results of a single build.
- Simple Prototype based DHTML Menus - Nice dynamic drop down menus in 50 lines of JavaScript code. Based on prototype.js, these menus are nice because you are in control rather than trying to get some other menu system to do what you want.
- idea.log: Faster Feedback and Why You Want It: From TDD to CI and Beyond - TDD takes it to the next level, breaking the programming task into even smaller iterations, and simultaneously putting the primary feedback mechanism, testing, at the forefront
- Jump into JUnit 4 - This tutorial guides you step-by-step through the fundamental concepts of JUnit 4, with emphasis on the new Java 5 annotations
Related posts
I love The Dumbster :)
Cobbie just turned me onto Dumbster, a really awesome tool for unit-testing applications or classes that send out email.
Dumbster is a very simple fake SMTP server designed specifically for unit and system testing applications that send email messages. It responds to all standard SMTP commands but does not actually deliver the email messages to the user. The messages are stored within Dumbster for later extraction and verification, further enhancing your unit tests, as you are able to validate sender, recipient, subject, and message content.
The Dumbster is written in Java and is open source and a must have in your testing toolbox. Thanks Cobbie and thanks Jason Kitchen for creating The Dumbster.
Tags: dumbster, java, junit, smtp, tdd, testing, unit-testingRelated posts