unit testing

Tag details

Welcome to the 'unit testing' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'unit testing'.

Look up Offsite Link "unit", Offsite Link "testing" at The Free Dictionary

Latest blogosphere posts tagged “unit testing”

  • December BayJax: John Resig, “JavaScript Testing and Performance Analysis”


    Yahoo! User Interface BlogAuthority Authority: 527
    BayJax returns to Yahoo! on December 11 with a talk from jQuery creator John Resig ( @jeresig ). JavaScript Testing and Performance Analysis Yahoo! HQ in Sunnyvale. Building E, Classrooms 9 & 10. Pizza at 5:30 p.m., talks start at 6:15 p.m. A two-part talk: A comprehensive look at what you need to ...
    3 days ago
  • Test infrastructure


    Alkampfer's PlaceAuthority Authority: 127
    Unit tests must be as clearer as possible, I found that in standard project I’m working, I use nhibernate + stored procedures for massive operations. Most of the tests contains code to preload database, recreate structure or manage transaction, so, lot of time ago I decided to build some infrastructure to make this ...
    3 days ago
  • Dark arts of TDD explained


    Gojko AdzicAuthority Authority: 118
    Growing Object Oriented Software, Guided by Tests , by Steve Freeman and Nat Pryce is a TDD book, but unlike any other on the market today. First of all, the book deals mostly with advanced unit testing topics, such as designing tests for readability and mocking, and addresses many common stumbling points that ...
    1 week ago
  • Unit testing the Eclipse way – Part 2


    TuVinhSoft .,JSCAuthority Authority: 435
    In Part 2 of this series, Michael Nyika continues to discusses Unit Testing using Eclipse providing practical Scenarios where jMock can can be used to simulate interface calls. Scenario 1: Use jMock to mock interfacesTesting the service method in the ServiceClass class is simple. Suppose the test requirement is to ...
    1 week ago
  • Unit testing the Eclipse way – Part 1


    TuVinhSoft .,JSCAuthority Authority: 435
    In Part 1 of this series, Michael Nyika discusses Unit Testing using Eclipse. Does your legacy code demand a matching test suite of classes to run against its source code base? For such purposes, jMock qualifies as a great testing framework. However, not all cases may suit the occasion, especially when you must ...
    1 week ago
  • Taste, confusion


    Advertising, Marketing and DesignAuthority Authority: 149
    This morning my first sip of tea tasted like old coffee.  I used one of those plastic ‘travel mugs’ for my tea in the morning and sometimes, no matter how many times you wash it, the flavor of old coffee never quite leaves.  Maybe I’m just overly sensitive, but if I wanted to drink coffee, I would have, so ...
    1 week ago
  • PDC 2009 Day 1: Code Contracts and Pex: Power Charge Your Assertions and Unit Tests


    All Your Base Are Belong To UsAuthority Authority: 549
    Code Contracts are a mechanism coming out of incubation at Microsoft Research for expressing design intent when implementing an API. The idea is to specify assertions that are verified at runtime to ensure that callers provide proper information to your methods. There are ways to specify contractual information on ...
    1 week ago
  • Super Tuesday!


    { null != Steve }Authority Authority: 125
    One of my coworkers recommend combining some posts together than one a bunch of ‘one offs’ of links or news of interest. I’ve accumulated a set of links, thoughts, experiences, etc… over the last few days (I’ve been busy).  New Sharp Architecture Release ...
    1 week ago
  • Adopting Test Driven Development


    Basil Vandegriend: Professional Software DevelopmentAuthority Authority: 100
    I have always been keen on using automated unit tests since I first heard about them almost a decade ago. I have known about test driven development (TDD) for almost as long but the practice of writing tests first before writing production code never really clicked for me when I first tried it years ago. [...]
    1 week ago
  • The curious case of JavaScript unit testing


    NCZOnlineAuthority Authority: 402
    JavaScript unit testing, and front-end testing in general, is a fascinating topic to me. Coming from a job where I developed in Visual Basic.NET and used nUnit for testing, I instantly fell in love with unit testing. Not too long ago I created the YUI Test JavaScript testing framework (for YUI 2.x and YUI 3.x ) to ...
    1 week ago
  • Comparing Scala and Groovy via ScalaTest and easyb


    The Disco BlogAuthority Authority: 112
    Because it’s my bag, I’ve recently taken to learning Scala . In particular, I’ve run across some situations where I’ve known instinctively that a more functional language (i.e. one that avoids state and mutability) would have perhaps made the task at hand a bit easier or at least safer to code (think ...
    1 week ago
  • GTAC 2009 – JsTestDriver


    Software Development VideosAuthority Authority: 434
    The proliferation of JavaScript unit-testing frameworks in the JavaScript community shows that no one has yet found the magical combination of features to make JavaScript testing a no-brainer. We like to believe that JsTestDriver will change that by redefining JavaScript testing frameworks and as a result will deliver ...
    1 week ago
  • Test driven design – Willed vs. Forced Designs


    ISerializable - Roy Osherove's BlogAuthority Authority: 479
    I’m writing this as a typemock employee, but also as someone who has sat on the other side of the line for several good years, and can argue in both ways. The following, I feel, is true no matter where I work.   There are two ways people use tests to drive design, as far as I see. one is great, and I agree ...
    2 weeks ago
  • Apple iPhone Tech Talk London 2009: Testing and Debugging Your iPhoneApplication


    Expanding horizonsAuthority Authority: 133
    Just before this session, I had an interesting discussion with Mike of Broadersheet about unit testing. He uses defensive code with asserts and logging and couldn’t see the value of writing unit tests especially for mostly UI code. However, Apple have converted to using unit tests and are making it easy for ...
    2 weeks ago
  • Unit Testing as the Last Resort for Code Verification?


    david.segonds.orgAuthority Authority: 123
    This seems counter intuitive to me and to the Test Driven Development philosophy but this article from Dr. Dobbs Code Talk states that there are far more effective techniques for Code Verification than Unit Testing. I let you judge. [via Dr. Dobbs Code Talk ] Related posts: Scrum or Kanban? Pick One And Get On ...
    2 weeks ago
  • How to test asynchronous systems efficiently


    Gojko AdzicAuthority Authority: 118
    I got this e-mail from a reader today: I don’t know how can I test asynchronous systems. We develop Voice Communication System applications and everything is based on (asynchronous) Request-Response. I’m trying to write unit tests for such application [...] What is the preferable way to do it? Here I think I ...
    2 weeks ago
  • Embedded Memory Constraints and TDD


    James Grenning's BlogAuthority Authority: 100
    Constrained Memory is the reality for many embedded developers. Running tests in the development system won’t suffer the same memory constraints found in the target. Here are a few things to help TDD in constrained memory situations.First of all, use dual targeting so the bulk of your code is tested off-target. See ...
    2 weeks ago
  • Fast Track Test-Driven Development: Testify Your Project


    Software Development VideosAuthority Authority: 434
    This video presents the technical challenges that teams discover when adopting TDD difficult and a set of principles for successful TDD. it contains a demonstration of the Testify tool and how to use it to introduce TDD on your own project. ...
    2 weeks ago
  • XML verification just got easier with easyb


    The Disco BlogAuthority Authority: 112
    There’s myriad ways to validate XML these days; in fact, with Groovy, the mechanics of parsing XML with XMLSlurper couldn’t be easier! Nevertheless, from time to time, because it’s my bag, baby, I’ve found that I’ve needed an easy way to validate XML documents without having to actually parse them ...
    3 weeks ago
  • YUI Theater — Ron Adams: “Automated Integration Testing with YUI Test, Selenium and Hudson”


    Yahoo! User Interface BlogAuthority Authority: 527
    Ron Adams is a Yahoo! engineer in Southern California who has worked on a variety of Yahoo!’s media products including OMG and who now works for Yahoo! Sports . Ron has been working with colleagues in QA to automate the exercise of JavaScript unit tests, and his YUICONF 2009 session was entitled “ Automated ...
    3 weeks ago

Comments about unit testing

Personal attacks are NOT allowed
Please read our comment policy