Welcome to MSDN Blogs Sign in | Join | Help

Data Tools and Software Testing

Old model-based testers never die; they just transition to a higher state.

Syndication

News

    These postings are provided "AS IS" with no warranties, and confer no rights.
    Use of included script and code samples are subject to the terms specified here.

January 2005 - Posts

SDET Memes
Starting to see a lot of good discussion about what it means to be a test developer and the practices, ideas and challenges that go into being a successful test developer. In this post I want to talk about some insights about what I find challenging about Read More...

Posted Sunday, January 23, 2005 2:56 PM by nihitk | 27 Comments

Spot the Bug
Ran into this recently and thought it might be interesting. Can you try and spot the bug and the possible error that can occur with the following lines of code? Decimal randomDoubleAsDecimal() { Random rand = new Random (); return Decimal .Parse(rand.NextDouble().ToString()); Read More...

Posted Sunday, January 23, 2005 12:40 PM by nihitk | 20 Comments

Grads Getting Good Guidance
Joel offers some great tips to Computer Science students (or really anyone in college who is a geek and likes software and programming) who will soon be graduating - very practical advice. In addition, it would be great to see fresh graduates trying to Read More...

Posted Sunday, January 16, 2005 8:55 PM by nihitk | 2 Comments

Page view tracker