sethd.org
this is not the blog you're looking for

Resume
LinkedIn

RECENT ENTRIES

Interesting Modules 2010-09-03
36th Birthday
Book Blogging: Startide Rising
Android Tethering and Linux
Interesting Modules 2010-08-21
Moose Presentations
Time Spent In Sequoia
Good Perl Video Presentations
Time Spent In Yosemite
Yosemite and Sequoia National Parks 2010
Interesting Modules 2010-08-03
Several Months With A Smart Phone
Interesting Modules 2010-07-30
Recent Interesting Talks
Book Blogging: Bloodbrothers
Book Blogging: Fires of Freedom
Duck Duck Go
Yes, Yes, Yes
About That Lack of Blogging
Using A Smart Phone
Taking the Smart Phone Plunge (Maybe)
Book Blogging: Nemesis
Perl Not Going Away
OpenX Is Hiring Perl Developers
Perl Jobs vs Perl Programmers
Free Chapter From Effective Perl Programming
Perl On Android Progressing
Book Blogging: The Mote In God's Eye
Perldoc Is Important
The Second Age of Perl
A Description of Perl 5.12
Interesting Modules 2010-04-18
The Moral of This Story
Perl 5.12 Has Been Released
Packaging and Maintaining An Alternate Perl
Perl Moving Up?
Building Dependencies Like Make
Introduction To Plack
Defining Standard Testing Methodologies
Subversion Vision Released
Interesting Modules 2010-04-01
Perl Is Thriving
Interesting Modules 2010-03-29
Assign to $0
Apr 02, 2010

Defining Standard Testing Methodologies

Ovid, someone who seems to spend a lot of time thinking about testing, asks a question that I have also been asking, "What are the definitions for standard testing methodologies?" The answer appears to be: the definitions are nebulous (at best).

Tags: .
[p] Posted @ 14:19 by Seth

Mar 17, 2010

Using Test::Class

A good, basic explanation on why using Test::Class is a good thing. Beyond that it also details some common pitfalls when using Test::Class.

Tags: , .
[p] Posted @ 21:46 by Seth

Mar 14, 2010

Followup to 100% Test Coverage

Ovid has a followup post about 100% test coverage. It's nothing earth shaking but it does remind the reader that just because your test coverage is 100% does not mean that your code is bug free. A good thing to remember.

Tags: .
[p] Posted @ 13:45 by Seth

Mar 10, 2010

Test Coverage

An interesting post by Ovid about 100% test coverage, what it means, and what it does not mean. The first comment by David Golden is also worth a read.

I like the idea of 100% test coverage and I generally make every effort to get there. Using devel::cover is a great tool for finding code that will never be triggered, and the closer you get to 100% the easier it is to spot such code.

Tags: , .
[p] Posted @ 10:01 by Seth

Feb 23, 2010

Testing A Database Intensive Application

Yet another good blog post today. This one covers the trials of writing good unit tests for an application that interacts with a database. The comments are definitely worth a read too.

Tags: , , .
[p] Posted @ 13:42 by Seth

Feb 07, 2010

Test::Builder::Module: Why am I just learning about this?

So I have been writing tests for years. I've written a number of modules that do (essentially) what Test::Most does. Yet in all this time I knew nothing of Test::Builder::Module. Argh! This module makes building test modules so easy. No more

  my $caller = caller();
  eval "package $caller; use Test::More";
Instead you can use Test::Builder::Module to do a lot of this. It appears to be an extremely useful module and it's high time I start using it.

Tags: , , , .
[p] Posted @ 20:52 by Seth


This site uses the very simple and easy to use blosxom blogging software.


Advanced Search
Search:
Entire Site This Topic Only
Match:
Any All
Partial Whole Words only

OTHER SITES