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”

  • The Kanban Story: What We Do and What We Don’t Do


    Pawel Brodzinski on Software Project ManagementAuthority Authority: 413
    Last two posts of the series (on Kanban Board and on setting up whole thing ) were Kanban implementation-in-a-pill kind of story. As you may guess that’s not all since Kanban doesn’t prescribe many things which you can use and, most of the time, you do. To show the big picture there are two lists: practices we ...
    2 days ago
  • TDD Master class in Vienna, January 18


    ISerializable - Roy Osherove's BlogAuthority Authority: 477
    Hi All. If you live in or near Vienna, i hope youll find interest in the course that I am giving there: A five day TDD master class in Vienna, on January 18th heres what students of this course had to say after finishing it: http://osherove.com/testimonials/ to learn more ...
    2 days ago
  • Wrapping up the StructureMap Automocking Container


    Elegant CodeAuthority Authority: 498
    I have been using StructureMap.AutoMocking with MSpec (Machine.Specifications) and Rhino.Mocks for a few months now.  Although I am very comfortable with the patterns that emerge from using the frameworks together, introducing StructureMap.Automocking to other developers is sometimes challenging. When viewing a ...
    3 days ago
  • Using Cucumber to Test CLR Assembly


    Software Development VideosAuthority Authority: 434
    This screencast shows how to unit test a .NET CLR assembly using Cucumber BDD Framework.
    1 week ago
  • 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 ...
    1 week ago
  • Test infrastructure


    Alkampfer's PlaceAuthority Authority: 125
    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 ...
    1 week ago
  • Dark arts of TDD explained


    Gojko AdzicAuthority Authority: 119
    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: 150
    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 ...
    2 weeks ago
  • PDC 2009 Day 1: Code Contracts and Pex: Power Charge Your Assertions and Unit Tests


    All Your Base Are Belong To UsAuthority Authority: 548
    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 ...
    2 weeks ago
  • Super Tuesday!


    { null != Steve }Authority Authority: 123
    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 ...
    2 weeks ago
  • Adopting Test Driven Development


    Basil Vandegriend: Professional Software DevelopmentAuthority Authority: 105
    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. [...]
    2 weeks ago
  • The curious case of JavaScript unit testing


    NCZOnlineAuthority Authority: 405
    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 ...
    2 weeks ago
  • Comparing Scala and Groovy via ScalaTest and easyb


    The Disco BlogAuthority Authority: 110
    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 ...
    2 weeks 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 ...
    2 weeks ago
  • Test driven design – Willed vs. Forced Designs


    ISerializable - Roy Osherove's BlogAuthority Authority: 477
    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: 132
    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: 125
    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 ...
    3 weeks ago
  • How to test asynchronous systems efficiently


    Gojko AdzicAuthority Authority: 119
    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 ...
    3 weeks ago

Comments about Unit Testing

Personal attacks are NOT allowed
Please read our comment policy