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-testing" at The Free Dictionary

Latest blogosphere posts tagged “unit-testing”
 

  • Code excavations, wishful invocations, perimeters and domain specific unit test frameworks


    ISerializable - Roy Osherove's BlogAuthority Authority: 403
    One of the talks I did at QCON London was about a subject that I’ve come across fairly recently , when I was building SilverUnit – a “pure” unit test framework for silverlight objects that depend on the silverlight runtime to run. It is the concept of “cogs in the machine” – when your piece of ...
    20 hours ago
  • Java Technical Lead Walk in on 20th March 2010


    CareerGuruz.ComAuthority Authority: 152
    Java Technical LeadSoftware Skills: Java/J2EE, WAS, JBoss, JUnit, Unit TestingJob Description:-Java/J2EE experience-Complete Project lifecycle Implementation experience-Exposure to various application servers (WAS, JBoss)-Exposure to various design patterns/frameworks-Experience in Unit Testing using ...
    3 days ago
  • How to use Rhino Mocks - documented through tests


    Jon Kruger's BlogAuthority Authority: 109
    I wanted to come up with a way to show people how to use Rhino Mocks (other than telling them to read the documentation ). What better way to do this than by showing you how it works through a bunch of simple unit tests that document how Rhino Mocks works? So that’s what I did. You can view the code here , or ...
    1 week ago
  • Software Testing Engineers walkin on 15th & 16th March in Chennai


    CareerGuruz.ComAuthority Authority: 152
    Test EngineerTechnical Skillset: Software Testing, Manual Testing, SQL Server, ERP Testing, CRM Testing, Windows Based Product Testing, SDLC, Test Case PreperationJob Description:-Experience in Manual Testing.-Good knowledge of Software Testing Process.-Basic knowledge of SQL Server.-Domain knowledge on Supply Chain ...
    1 week ago
  • Introducing Typemock Test Lint


    ISerializable - Roy Osherove's BlogAuthority Authority: 403
    We just released a new, free product -  Typemock Test Lint, click here for all the gory details . It’s a just-in-time unit testing coach that looks at your code as you type and looks for common unit testing errors. Or, you can just watch this movie:
    1 week ago
  • NUnit vs. MsTest: NUnit wins for Unit Testing.


    ISerializable - Roy Osherove's BlogAuthority Authority: 403
    People are still wondering what are the differences between the two most popular unit testing frameworks in the .NET world: the open source NUnit and the commercial MsTest). Here’s a short list of what i remember instantly: Nunit contains a [TestCase] attribute that allows implementing parametrized tests. ...
    2 weeks ago
  • Learning how to use Manual Mocks for Testing


    Software Development VideosAuthority Authority: 429
    In this episode we are going to take a look at how to use manual mocks for testing. Often times when creating unit tests we need to work in isolation in order to cover the paths we are attempting to test. When we want to test in isolation you can use a testing technique where [...]
    2 weeks ago
  • Behaviors with MSpec


    Elegant CodeAuthority Authority: 525
    In my previous posts, I showed the syntax for context/specifications using Machine.Specifications (or MSpec for short) and how to use an auto mocking container in conjunction with this excellent Behavior-Driven Development (BDD) framework. For this post, I want to show you one of the nice features of MSpec ...
    3 weeks ago
  • MSpec and Auto Mocking


    Elegant CodeAuthority Authority: 525
    In my previous post , I explained how to get started with Machine.Specifications (or MSpec for short) and showed you how the syntax for context/specifications looks like when using this BDD framework. For this post, I want to show you how to use an auto mocking container (we’ll be using the one provided by ...
    3 weeks ago
  • mxunit 1.0.8 index.cfm is broken


    Geek LifeAuthority Authority: 92
    A while back I starting building cfgithub and noticed I was, technically, writing unit tests but poorly. I then took a dive into CF-based unit testing frameworks and finally dove into mxunit. It was kicking my butt! Nothing in it was working properly but I finally got it working perfectly fine. I posted my issues [...]
    3 weeks ago
  • easyb will support behavior tagging


    The Disco BlogAuthority Authority: 109
    Back in the Age of Aquarius, I wrote an article entitled “ Use test categorization for agile builds ” in which I attempted to delineate various types of tests and then went on to suggest how to categorize these various tests so as to get the most out of a build run (i.e make it fast and effective at providing ...
    3 weeks ago
  • Getting Started With Machine.Specifications (MSpec)


    Elegant CodeAuthority Authority: 525
    Its been a while since I evaluated and evolved my approach to BDD. The way I’ve been doing BDD up until now is described in this blog post which goes way back to 2008. Everyone has kind of their own style nowadays. Below you can find the code of two context/specifications for a method named MakePreferred on a ...
    4 weeks ago
  • Testing Asynchronous Code with GPars Dataflows


    behind the timesAuthority Authority: 109
    In my last post I showed how to use JConch 1.2 to unit test asynchronous code. It contains a locking/barrier mechanism that allows you to gracefully tell your unit test how to wait and proceed for off thread events without sleeping or polling. Whee! As a small example, here is how the TestCoordinator would be ...
    4 weeks ago
  • Listening to Test Smells


    Software Development VideosAuthority Authority: 429
    This talk is about how to use the stresses of writing unit tests to improve your code. If I’m having trouble writing tests, it’s often because the design of my target code can be improved. The trick is to listen to the tests and let them drive my development — that’s a hint as to [...]
    4 weeks ago
  • How to Unit Test your Zend Framework Application


    eKini: Web Developer BlogAuthority Authority: 109
    I am trying to learn Unit Testing using Zend Framework. I have set up a test application called LyZend in Github . Supposedly, the application should be able to display artists, albums, and tracks. The tests are found in: http://github.com/wenbert/lyzend/tree/master/tests/ I have follwed Matthew Weier ...
    4 weeks ago
  • Inhibiting design tooling and sex education


    ISerializable - Roy Osherove's BlogAuthority Authority: 403
    during a reply to a thread about design for testability , Pat Maddox wrote something interesting about how the inherent testability in Ruby still does not make up for the lack of design skills: “ Too often Im finding in the Ruby community weve got people who have learned how to test, and even take advantage ...
    4 weeks ago
  • Easy and Maintainable Enterprise Testing with Unitils


    Software Development VideosAuthority Authority: 429
    Unit testing has become a mainstream task. Most developers do it. Most project leaders and architects expect their team to write tests. However, practice has taught us that a lot of teams write few tests, or spend too much time writing and maintaining them. Different development teams make common mistakes, run into ...
    5 weeks ago
  • Asynchronous Unit Test Coordination with JConch 1.2


    behind the timesAuthority Authority: 109
    Slowly but surely, JConch Java Concurrency Library is becoming a depot for multithreaded and asynchronous testing on the Java platform. First there was SerialExectorService , allowing you to test with a Java ExecutorService that never started threads ( example , javadoc ). Then there was assertSynchronized , ...
    5 weeks ago
  • How to Test your JavaScript Code with QUnit


    TuVinhSoft .,JSCAuthority Authority: 118
    QUnit, developed by the jQuery team, is a great framework for unit testing your JavaScript. In this tutorial, I’ll introduce what QUnit specifically is, and why you should care about rigorously testing your code.Tutorial DetailsLanguage: JavaScriptDifficulty: IntermediateEstimated Completion Time: 30 minutesRequired ...
    5 weeks ago
  • The automated testing triangle


    Jon Kruger's BlogAuthority Authority: 109
    Recently I had the privilege of hearing Uncle Bob Martin talk at the Columbus Ruby Brigade . Among the many nuggets of wisdom that I learned that night, my favorite part was the Automated Testing Triangle. I don’t know if Uncle Bob made this up or if he got it from somewhere else, but it goes something like ...
    5 weeks ago

Comments about unit-testing

Personal attacks are NOT allowed
Please read our comment policy